#CC8162

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

Shades of Burning Sand #CC8162

Tints of Burning Sand #CC8162

Color information

#CC8162 (or 0xCC8162) is unknown color: approx Burning Sand. HEX triplet: CC, 81 and 62. RGB value is (204,129,98). Sum of RGB (Red+Green+Blue) = 204+129+98=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8162 is #337E9D. Grayscale: #949494. Windows color (decimal): -3374750 or 6455756. OLE color: 6455756.

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

Color convert

RGB20412998-
CMYK00.370.520.2
HSL17.55º50.96%59.22%-
HSV(B)17.55º51.96%80%-
XYZ34.9629.4215.39-
YUV147.8999.85168.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=47.33%
G=29.93%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041299800.370.520.217.5550.9659.22
HexCC8162025341412333b
Octal3142011420456424226373
Binary1100110010000001110001001001011101001010010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8162; }

 p { color: rgb(204,129,98); }

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

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

 a { background-color: rgb(204,129,98); }

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

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

 span { border-color: rgb(204,129,98); }

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