#CC8156

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

Shades of Burning Sand #CC8156

Tints of Burning Sand #CC8156

Color information

#CC8156 (or 0xCC8156) is unknown color: approx Burning Sand. HEX triplet: CC, 81 and 56. RGB value is (204,129,86). Sum of RGB (Red+Green+Blue) = 204+129+86=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8156 is #337EA9. Grayscale: #929292. Windows color (decimal): -3374762 or 5669324. OLE color: 5669324.

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

Color convert

RGB20412986-
CMYK00.370.580.2
HSL21.86º53.64%56.86%-
HSV(B)21.86º57.84%80%-
XYZ34.4329.2112.63-
YUV146.5293.85169-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=48.69%
G=30.79%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041298600.370.580.221.8653.6456.86
HexCC81560253A14163639
Octal3142011260457224266671
Binary1100110010000001101011001001011110101010010110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8156; }

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

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

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

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

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

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

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

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