#CC8066

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

Shades of Burning Sand #CC8066

Tints of Burning Sand #CC8066

Color information

#CC8066 (or 0xCC8066) is unknown color: approx Burning Sand. HEX triplet: CC, 80 and 66. RGB value is (204,128,102). Sum of RGB (Red+Green+Blue) = 204+128+102=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8066 is #337F99. Grayscale: #939393. Windows color (decimal): -3375002 or 6717644. OLE color: 6717644.

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

Color convert

RGB204128102-
CMYK00.370.50.2
HSL15.29º50%60%-
HSV(B)15.29º50%80%-
XYZ35.0229.2416.37-
YUV147.76102.18168.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=47.00%
G=29.49%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412810200.370.50.215.295060
HexCC80660253214f323c
Octal3142001460456224176274
Binary110011001000000011001100100101110010101001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8066; }

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

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

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

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

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

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

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

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