Shades of Burning Sand #CC855D
Tints of Burning Sand #CC855D
RGB
CMYK
RGB Variations
Color information
#CC855D (or 0xCC855D) is known color: Burning Sand. HEX triplet: CC, 85 and 5D. RGB value is (204,133,93). Sum of RGB (Red+Green+Blue) = 204+133+93=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC855D is #337AA2. Grayscale: #959595. Windows color (decimal): -3373731 or 6129100. OLE color: 6129100.
HSL color Cylindrical-coordinate representation of color #CC855D: hue angle of 21.62º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC855D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 93 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.2 |
| HSL | 21.62º | 0.52% | 0.58% | - |
| HSV(B) | 21.62º | 0.54% | 0.8% | - |
| XYZ | 35.27 | 30.4 | 14.37 | - |
| YUV | 149.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 93 | 0 | 0.35 | 0.54 | 0.2 | 21.62 | 0.52 | 0.58 |
| Hex | CC | 85 | 5D | 0 | 23 | 36 | 14 | 16 | 34 | 3A |
| Octal | 314 | 205 | 135 | 0 | 43 | 66 | 24 | 26 | 64 | 72 |
| Binary | 11001100 | 10000101 | 1011101 | 0 | 100011 | 110110 | 10100 | 10110 | 110100 | 111010 |
Color Harmonies of #CC855D
Complementary color
Monochromatic Colors of #CC855D
Black with #CC855D
Text Example
Text Example
White with #CC855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC855D; }
p { color: rgb(204,133,93); }
H1.HeaderClassName
{
color: #CC855D;
}
.AnyTagClassName
{
color: #CC855D;
}
</style>
background-color css
<style>
a { background-color: #CC855D; }
a { background-color: rgb(204,133,93); }
div.DivClassName
{
background-color: #CC855D;
}
.BgClassName
{
background-color: #CC855D;
}
</style>
border-color css
<style>
span { border-color: #CC855D; }
span { border-color: rgb(204,133,93); }
td.TdClassName
{
border-color: #CC855D;
}
.TagClassName
{
border-color: #CC855D;
}
</style>