#CC8866

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

Shades of Burning Sand #CC8866

Tints of Burning Sand #CC8866

Color information

#CC8866 (or 0xCC8866) is unknown color: approx Burning Sand. HEX triplet: CC, 88 and 66. RGB value is (204,136,102). Sum of RGB (Red+Green+Blue) = 204+136+102=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8866 is #337799. Grayscale: #989898. Windows color (decimal): -3372954 or 6719692. OLE color: 6719692.

HSL color Cylindrical-coordinate representation of color #CC8866: hue angle of 20º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC8866 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204136102-
CMYK00.330.50.2
HSL20º50%60%-
HSV(B)20º50%80%-
XYZ36.131.416.73-
YUV152.4699.53164.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413610200.330.50.2205060
HexCC8866021321414323c
Octal3142101460416224246274
Binary1100110010001000110011001000011100101010010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8866; }

 p { color: rgb(204,136,102); }

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

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

 a { background-color: rgb(204,136,102); }

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

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

 span { border-color: rgb(204,136,102); }

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