#CC8055

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

Shades of Burning Sand #CC8055

Tints of Burning Sand #CC8055

Color information

#CC8055 (or 0xCC8055) is unknown color: approx Burning Sand. HEX triplet: CC, 80 and 55. RGB value is (204,128,85). Sum of RGB (Red+Green+Blue) = 204+128+85=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8055 is #337FAA. Grayscale: #929292. Windows color (decimal): -3375019 or 5603532. OLE color: 5603532.

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

Color convert

RGB20412885-
CMYK00.370.580.2
HSL21.68º53.85%56.67%-
HSV(B)21.68º58.33%80%-
XYZ34.2628.9312.37-
YUV145.8293.68169.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=48.92%
G=30.70%
B=20.38%

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
Decimal2041288500.370.580.221.6853.8556.67
HexCC80550253A14163639
Octal3142001250457224266671
Binary1100110010000000101010101001011110101010010110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8055; }

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

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

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

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

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

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

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

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