#CC805C

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

Shades of Burning Sand #CC805C

Tints of Burning Sand #CC805C

Color information

#CC805C (or 0xCC805C) is unknown color: approx Burning Sand. HEX triplet: CC, 80 and 5C. RGB value is (204,128,92). Sum of RGB (Red+Green+Blue) = 204+128+92=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC805C is #337FA3. Grayscale: #929292. Windows color (decimal): -3375012 or 6062284. OLE color: 6062284.

HSL color Cylindrical-coordinate representation of color #CC805C: hue angle of 19.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC805C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20412892-
CMYK00.370.550.2
HSL19.29º52.34%58.04%-
HSV(B)19.29º54.9%80%-
XYZ34.5529.0513.91-
YUV146.6297.18168.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=48.11%
G=30.19%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041289200.370.550.219.2952.3458.04
HexCC805C025371413343a
Octal3142001340456724236472
Binary1100110010000000101110001001011101111010010011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC805C; }

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

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

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

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

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

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

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

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