#CD846A

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

Shades of Burning Sand #CD846A

Tints of Burning Sand #CD846A

Color information

#CD846A (or 0xCD846A) is unknown color: approx Burning Sand. HEX triplet: CD, 84 and 6A. RGB value is (205,132,106). Sum of RGB (Red+Green+Blue) = 205+132+106=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD846A is #327B95. Grayscale: #979797. Windows color (decimal): -3308438 or 6980813. OLE color: 6980813.

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

Color convert

RGB205132106-
CMYK00.360.480.20
HSL15.76º49.75%60.98%-
HSV(B)15.76º48.29%80.39%-
XYZ36.0330.5217.63-
YUV150.86102.68166.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=46.28%
G=29.80%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513210600.360.480.2015.7649.7560.98
HexCD846A024301410323d
Octal3152041520446024206275
Binary1100110110000100110101001001001100001010010000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD846A; }

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

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

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

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

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

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

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

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