#CC8455

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

Shades of Burning Sand #CC8455

Tints of Burning Sand #CC8455

Color information

#CC8455 (or 0xCC8455) is unknown color: approx Burning Sand. HEX triplet: CC, 84 and 55. RGB value is (204,132,85). Sum of RGB (Red+Green+Blue) = 204+132+85=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8455 is #337BAA. Grayscale: #949494. Windows color (decimal): -3373995 or 5604556. OLE color: 5604556.

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

Color convert

RGB20413285-
CMYK00.350.580.2
HSL23.7º53.85%56.67%-
HSV(B)23.7º58.33%80%-
XYZ34.793012.55-
YUV148.1792.35167.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=48.46%
G=31.35%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041328500.350.580.223.753.8556.67
HexCC84550233A14183639
Octal3142041250437224306671
Binary1100110010000100101010101000111110101010011000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8455; }

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

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

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

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

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

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

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

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