#CC806E

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

Shades of Burning Sand #CC806E

Tints of Burning Sand #CC806E

Color information

#CC806E (or 0xCC806E) is unknown color: approx Burning Sand. HEX triplet: CC, 80 and 6E. RGB value is (204,128,110). Sum of RGB (Red+Green+Blue) = 204+128+110=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC806E is #337F91. Grayscale: #949494. Windows color (decimal): -3374994 or 7241932. OLE color: 7241932.

HSL color Cylindrical-coordinate representation of color #CC806E: hue angle of 11.49º degrees, saturation: 0.48, 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 #CC806E is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204128110-
CMYK00.370.460.2
HSL11.49º47.96%61.57%-
HSV(B)11.49º46.08%80%-
XYZ35.4429.418.56-
YUV148.67106.18167.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=46.15%
G=28.96%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412811000.370.460.211.4947.9661.57
HexCC806E0252E14b303e
Octal3142001560455624136076
Binary110011001000000011011100100101101110101001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC806E; }

 p { color: rgb(204,128,110); }

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

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

 a { background-color: rgb(204,128,110); }

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

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

 span { border-color: rgb(204,128,110); }

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