Shades of Burning Sand #CC875F
Tints of Burning Sand #CC875F
RGB
CMYK
RGB Variations
Color information
#CC875F (or 0xCC875F) is known color: Burning Sand. HEX triplet: CC, 87 and 5F. RGB value is (204,135,95). Sum of RGB (Red+Green+Blue) = 204+135+95=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC875F is #3378A0. Grayscale: #979797. Windows color (decimal): -3373217 or 6260684. OLE color: 6260684.
HSL color Cylindrical-coordinate representation of color #CC875F: hue angle of 22.02º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC875F is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 95 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.2 |
| HSL | 22.02º | 0.52% | 0.59% | - |
| HSV(B) | 22.02º | 0.53% | 0.8% | - |
| XYZ | 35.63 | 30.99 | 14.93 | - |
| YUV | 151.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 95 | 0 | 0.34 | 0.53 | 0.2 | 22.02 | 0.52 | 0.59 |
| Hex | CC | 87 | 5F | 0 | 22 | 35 | 14 | 16 | 34 | 3B |
| Octal | 314 | 207 | 137 | 0 | 42 | 65 | 24 | 26 | 64 | 73 |
| Binary | 11001100 | 10000111 | 1011111 | 0 | 100010 | 110101 | 10100 | 10110 | 110100 | 111011 |
Color Harmonies of #CC875F
Complementary color
Monochromatic Colors of #CC875F
Black with #CC875F
Text Example
Text Example
White with #CC875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC875F; }
p { color: rgb(204,135,95); }
H1.HeaderClassName
{
color: #CC875F;
}
.AnyTagClassName
{
color: #CC875F;
}
</style>
background-color css
<style>
a { background-color: #CC875F; }
a { background-color: rgb(204,135,95); }
div.DivClassName
{
background-color: #CC875F;
}
.BgClassName
{
background-color: #CC875F;
}
</style>
border-color css
<style>
span { border-color: #CC875F; }
span { border-color: rgb(204,135,95); }
td.TdClassName
{
border-color: #CC875F;
}
.TagClassName
{
border-color: #CC875F;
}
</style>