#CC8558

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

Shades of Burning Sand #CC8558

Tints of Burning Sand #CC8558

Color information

#CC8558 (or 0xCC8558) is unknown color: approx Burning Sand. HEX triplet: CC, 85 and 58. RGB value is (204,133,88). Sum of RGB (Red+Green+Blue) = 204+133+88=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8558 is #337AA7. Grayscale: #959595. Windows color (decimal): -3373736 or 5801420. OLE color: 5801420.

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

Color convert

RGB20413388-
CMYK00.350.570.2
HSL23.28º53.21%57.25%-
HSV(B)23.28º56.86%80%-
XYZ35.0530.3213.24-
YUV149.193.52167.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=48%
G=31.29%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041338800.350.570.223.2853.2157.25
HexCC85580233914173539
Octal3142051300437124276571
Binary1100110010000101101100001000111110011010010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8558; }

 p { color: rgb(204,133,88); }

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

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

 a { background-color: rgb(204,133,88); }

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

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

 span { border-color: rgb(204,133,88); }

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