Shades of Burning Sand #CC875B
Tints of Burning Sand #CC875B
RGB
CMYK
RGB Variations
Color information
#CC875B (or 0xCC875B) is known color: Burning Sand. HEX triplet: CC, 87 and 5B. RGB value is (204,135,91). Sum of RGB (Red+Green+Blue) = 204+135+91=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC875B is #3378A4. Grayscale: #969696. Windows color (decimal): -3373221 or 5998540. OLE color: 5998540.
HSL color Cylindrical-coordinate representation of color #CC875B: hue angle of 23.36º degrees, saturation: 0.53, 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 #CC875B is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 91 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.2 |
| HSL | 23.36º | 0.53% | 0.58% | - |
| HSV(B) | 23.36º | 0.55% | 0.8% | - |
| XYZ | 35.45 | 30.92 | 14 | - |
| YUV | 150.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 91 | 0 | 0.34 | 0.55 | 0.2 | 23.36 | 0.53 | 0.58 |
| Hex | CC | 87 | 5B | 0 | 22 | 37 | 14 | 17 | 35 | 3A |
| Octal | 314 | 207 | 133 | 0 | 42 | 67 | 24 | 27 | 65 | 72 |
| Binary | 11001100 | 10000111 | 1011011 | 0 | 100010 | 110111 | 10100 | 10111 | 110101 | 111010 |
Color Harmonies of #CC875B
Complementary color
Monochromatic Colors of #CC875B
Black with #CC875B
Text Example
Text Example
White with #CC875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC875B; }
p { color: rgb(204,135,91); }
H1.HeaderClassName
{
color: #CC875B;
}
.AnyTagClassName
{
color: #CC875B;
}
</style>
background-color css
<style>
a { background-color: #CC875B; }
a { background-color: rgb(204,135,91); }
div.DivClassName
{
background-color: #CC875B;
}
.BgClassName
{
background-color: #CC875B;
}
</style>
border-color css
<style>
span { border-color: #CC875B; }
span { border-color: rgb(204,135,91); }
td.TdClassName
{
border-color: #CC875B;
}
.TagClassName
{
border-color: #CC875B;
}
</style>