Shades of Burning Sand #CC8558
Tints of Burning Sand #CC8558
RGB
CMYK
RGB Variations
Color information
#CC8558 (or 0xCC8558) is known color: 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
| RGB | 204 | 133 | 88 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.2 |
| HSL | 23.28º | 0.53% | 0.57% | - |
| HSV(B) | 23.28º | 0.57% | 0.8% | - |
| XYZ | 35.05 | 30.32 | 13.24 | - |
| YUV | 149.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 88 | 0 | 0.35 | 0.57 | 0.2 | 23.28 | 0.53 | 0.57 |
| Hex | CC | 85 | 58 | 0 | 23 | 39 | 14 | 17 | 35 | 39 |
| Octal | 314 | 205 | 130 | 0 | 43 | 71 | 24 | 27 | 65 | 71 |
| Binary | 11001100 | 10000101 | 1011000 | 0 | 100011 | 111001 | 10100 | 10111 | 110101 | 111001 |
Color Harmonies of #CC8558
Complementary color
Monochromatic Colors of #CC8558
Black with #CC8558
Text Example
Text Example
White with #CC8558
Text Example
Text Example
HTML Codes & Css Web 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>