Shades of Burning Sand #CC865D
Tints of Burning Sand #CC865D
RGB
CMYK
RGB Variations
Color information
#CC865D (or 0xCC865D) is known color: Burning Sand. HEX triplet: CC, 86 and 5D. RGB value is (204,134,93). Sum of RGB (Red+Green+Blue) = 204+134+93=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC865D is #3379A2. Grayscale: #969696. Windows color (decimal): -3373475 or 6129356. OLE color: 6129356.
HSL color Cylindrical-coordinate representation of color #CC865D: hue angle of 22.16º 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 #CC865D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 93 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.2 |
| HSL | 22.16º | 0.52% | 0.58% | - |
| HSV(B) | 22.16º | 0.54% | 0.8% | - |
| XYZ | 35.4 | 30.68 | 14.41 | - |
| YUV | 150.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 93 | 0 | 0.34 | 0.54 | 0.2 | 22.16 | 0.52 | 0.58 |
| Hex | CC | 86 | 5D | 0 | 22 | 36 | 14 | 16 | 34 | 3A |
| Octal | 314 | 206 | 135 | 0 | 42 | 66 | 24 | 26 | 64 | 72 |
| Binary | 11001100 | 10000110 | 1011101 | 0 | 100010 | 110110 | 10100 | 10110 | 110100 | 111010 |
Color Harmonies of #CC865D
Complementary color
Monochromatic Colors of #CC865D
Black with #CC865D
Text Example
Text Example
White with #CC865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC865D; }
p { color: rgb(204,134,93); }
H1.HeaderClassName
{
color: #CC865D;
}
.AnyTagClassName
{
color: #CC865D;
}
</style>
background-color css
<style>
a { background-color: #CC865D; }
a { background-color: rgb(204,134,93); }
div.DivClassName
{
background-color: #CC865D;
}
.BgClassName
{
background-color: #CC865D;
}
</style>
border-color css
<style>
span { border-color: #CC865D; }
span { border-color: rgb(204,134,93); }
td.TdClassName
{
border-color: #CC865D;
}
.TagClassName
{
border-color: #CC865D;
}
</style>