Shades of Burning Sand #CC876C
Tints of Burning Sand #CC876C
RGB
CMYK
RGB Variations
Color information
#CC876C (or 0xCC876C) is known color: Burning Sand. HEX triplet: CC, 87 and 6C. RGB value is (204,135,108). Sum of RGB (Red+Green+Blue) = 204+135+108=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC876C is #337893. Grayscale: #989898. Windows color (decimal): -3373204 or 7112652. OLE color: 7112652.
HSL color Cylindrical-coordinate representation of color #CC876C: hue angle of 16.88º 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 #CC876C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 108 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.2 |
| HSL | 16.88º | 0.48% | 0.61% | - |
| HSV(B) | 16.88º | 0.47% | 0.8% | - |
| XYZ | 36.27 | 31.25 | 18.31 | - |
| YUV | 152.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 108 | 0 | 0.34 | 0.47 | 0.2 | 16.88 | 0.48 | 0.61 |
| Hex | CC | 87 | 6C | 0 | 22 | 2F | 14 | 11 | 30 | 3D |
| Octal | 314 | 207 | 154 | 0 | 42 | 57 | 24 | 21 | 60 | 75 |
| Binary | 11001100 | 10000111 | 1101100 | 0 | 100010 | 101111 | 10100 | 10001 | 110000 | 111101 |
Color Harmonies of #CC876C
Complementary color
Monochromatic Colors of #CC876C
Black with #CC876C
Text Example
Text Example
White with #CC876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC876C; }
p { color: rgb(204,135,108); }
H1.HeaderClassName
{
color: #CC876C;
}
.AnyTagClassName
{
color: #CC876C;
}
</style>
background-color css
<style>
a { background-color: #CC876C; }
a { background-color: rgb(204,135,108); }
div.DivClassName
{
background-color: #CC876C;
}
.BgClassName
{
background-color: #CC876C;
}
</style>
border-color css
<style>
span { border-color: #CC876C; }
span { border-color: rgb(204,135,108); }
td.TdClassName
{
border-color: #CC876C;
}
.TagClassName
{
border-color: #CC876C;
}
</style>