Shades of Burning Sand #CC876D
Tints of Burning Sand #CC876D
RGB
CMYK
RGB Variations
Color information
#CC876D (or 0xCC876D) is known color: Burning Sand. HEX triplet: CC, 87 and 6D. RGB value is (204,135,109). Sum of RGB (Red+Green+Blue) = 204+135+109=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC876D is #337892. Grayscale: #989898. Windows color (decimal): -3373203 or 7178188. OLE color: 7178188.
HSL color Cylindrical-coordinate representation of color #CC876D: hue angle of 16.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC876D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 109 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.2 |
| HSL | 16.42º | 0.48% | 0.61% | - |
| HSV(B) | 16.42º | 0.47% | 0.8% | - |
| XYZ | 36.33 | 31.27 | 18.59 | - |
| YUV | 152.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 109 | 0 | 0.34 | 0.47 | 0.2 | 16.42 | 0.48 | 0.61 |
| Hex | CC | 87 | 6D | 0 | 22 | 2F | 14 | 10 | 30 | 3D |
| Octal | 314 | 207 | 155 | 0 | 42 | 57 | 24 | 20 | 60 | 75 |
| Binary | 11001100 | 10000111 | 1101101 | 0 | 100010 | 101111 | 10100 | 10000 | 110000 | 111101 |
Color Harmonies of #CC876D
Complementary color
Monochromatic Colors of #CC876D
Black with #CC876D
Text Example
Text Example
White with #CC876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC876D; }
p { color: rgb(204,135,109); }
H1.HeaderClassName
{
color: #CC876D;
}
.AnyTagClassName
{
color: #CC876D;
}
</style>
background-color css
<style>
a { background-color: #CC876D; }
a { background-color: rgb(204,135,109); }
div.DivClassName
{
background-color: #CC876D;
}
.BgClassName
{
background-color: #CC876D;
}
</style>
border-color css
<style>
span { border-color: #CC876D; }
span { border-color: rgb(204,135,109); }
td.TdClassName
{
border-color: #CC876D;
}
.TagClassName
{
border-color: #CC876D;
}
</style>