Shades of Burning Sand #CD875C
Tints of Burning Sand #CD875C
RGB
CMYK
RGB Variations
Color information
#CD875C (or 0xCD875C) is known color: Burning Sand. HEX triplet: CD, 87 and 5C. RGB value is (205,135,92). Sum of RGB (Red+Green+Blue) = 205+135+92=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD875C is #3278A3. Grayscale: #979797. Windows color (decimal): -3307684 or 6064077. OLE color: 6064077.
HSL color Cylindrical-coordinate representation of color #CD875C: hue angle of 22.83º 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 #CD875C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 92 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.20 |
| HSL | 22.83º | 0.53% | 0.58% | - |
| HSV(B) | 22.83º | 0.55% | 0.8% | - |
| XYZ | 35.77 | 31.08 | 14.24 | - |
| YUV | 151.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 92 | 0 | 0.34 | 0.55 | 0.20 | 22.83 | 0.53 | 0.58 |
| Hex | CD | 87 | 5C | 0 | 22 | 37 | 14 | 17 | 35 | 3A |
| Octal | 315 | 207 | 134 | 0 | 42 | 67 | 24 | 27 | 65 | 72 |
| Binary | 11001101 | 10000111 | 1011100 | 0 | 100010 | 110111 | 10100 | 10111 | 110101 | 111010 |
Color Harmonies of #CD875C
Complementary color
Monochromatic Colors of #CD875C
Black with #CD875C
Text Example
Text Example
White with #CD875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD875C; }
p { color: rgb(205,135,92); }
H1.HeaderClassName
{
color: #CD875C;
}
.AnyTagClassName
{
color: #CD875C;
}
</style>
background-color css
<style>
a { background-color: #CD875C; }
a { background-color: rgb(205,135,92); }
div.DivClassName
{
background-color: #CD875C;
}
.BgClassName
{
background-color: #CD875C;
}
</style>
border-color css
<style>
span { border-color: #CD875C; }
span { border-color: rgb(205,135,92); }
td.TdClassName
{
border-color: #CD875C;
}
.TagClassName
{
border-color: #CD875C;
}
</style>