#CD846E

Color #CD846E Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CD846E

Tints of Burning Sand #CD846E

Color information

#CD846E (or 0xCD846E) is unknown color: approx Burning Sand. HEX triplet: CD, 84 and 6E. RGB value is (205,132,110). Sum of RGB (Red+Green+Blue) = 205+132+110=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD846E is #327B91. Grayscale: #979797. Windows color (decimal): -3308434 or 7242957. OLE color: 7242957.

HSL color Cylindrical-coordinate representation of color #CD846E: hue angle of 13.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD846E is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205132110-
CMYK00.360.460.20
HSL13.89º48.72%61.76%-
HSV(B)13.89º46.34%80.39%-
XYZ36.2430.6118.75-
YUV151.32104.68166.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=45.86%
G=29.53%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513211000.360.460.2013.8948.7261.76
HexCD846E0242E14e313e
Octal3152041560445624166176
Binary110011011000010011011100100100101110101001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD846E; }

 p { color: rgb(205,132,110); }

 H1.HeaderClassName
 {
   color: #CD846E;
 }
 .AnyTagClassName
 {
   color: #CD846E;
 }
</style>
background-color css

<style>
 a { background-color: #CD846E; }

 a { background-color: rgb(205,132,110); }

 div.DivClassName
 {
   background-color: #CD846E;
 }
 .BgClassName
 {
   background-color: #CD846E;
 }
</style>
border-color css

<style>
 span { border-color: #CD846E; }

 span { border-color: rgb(205,132,110); }

 td.TdClassName
 {
   border-color: #CD846E;
 }
 .TagClassName
 {
   border-color: #CD846E;
 }
</style>