Shades of Burning Sand #CC875C
Tints of Burning Sand #CC875C
RGB
CMYK
RGB Variations
Color information
#CC875C (or 0xCC875C) is known color: Burning Sand. HEX triplet: CC, 87 and 5C. RGB value is (204,135,92). Sum of RGB (Red+Green+Blue) = 204+135+92=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC875C is #3378A3. Grayscale: #969696. Windows color (decimal): -3373220 or 6064076. OLE color: 6064076.
HSL color Cylindrical-coordinate representation of color #CC875C: hue angle of 23.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC875C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 92 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.2 |
| HSL | 23.04º | 0.52% | 0.58% | - |
| HSV(B) | 23.04º | 0.55% | 0.8% | - |
| XYZ | 35.5 | 30.94 | 14.23 | - |
| YUV | 150.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 92 | 0 | 0.34 | 0.55 | 0.2 | 23.04 | 0.52 | 0.58 |
| Hex | CC | 87 | 5C | 0 | 22 | 37 | 14 | 17 | 34 | 3A |
| Octal | 314 | 207 | 134 | 0 | 42 | 67 | 24 | 27 | 64 | 72 |
| Binary | 11001100 | 10000111 | 1011100 | 0 | 100010 | 110111 | 10100 | 10111 | 110100 | 111010 |
Color Harmonies of #CC875C
Complementary color
Monochromatic Colors of #CC875C
Black with #CC875C
Text Example
Text Example
White with #CC875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC875C; }
p { color: rgb(204,135,92); }
H1.HeaderClassName
{
color: #CC875C;
}
.AnyTagClassName
{
color: #CC875C;
}
</style>
background-color css
<style>
a { background-color: #CC875C; }
a { background-color: rgb(204,135,92); }
div.DivClassName
{
background-color: #CC875C;
}
.BgClassName
{
background-color: #CC875C;
}
</style>
border-color css
<style>
span { border-color: #CC875C; }
span { border-color: rgb(204,135,92); }
td.TdClassName
{
border-color: #CC875C;
}
.TagClassName
{
border-color: #CC875C;
}
</style>