Shades of Burning Sand #CD8865
Tints of Burning Sand #CD8865
RGB
CMYK
RGB Variations
Color information
#CD8865 (or 0xCD8865) is known color: Burning Sand. HEX triplet: CD, 88 and 65. RGB value is (205,136,101). Sum of RGB (Red+Green+Blue) = 205+136+101=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8865 is #32779A. Grayscale: #989898. Windows color (decimal): -3307419 or 6654157. OLE color: 6654157.
HSL color Cylindrical-coordinate representation of color #CD8865: hue angle of 20.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD8865 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 101 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.20 |
| HSL | 20.19º | 0.51% | 0.6% | - |
| HSV(B) | 20.19º | 0.51% | 0.8% | - |
| XYZ | 36.33 | 31.53 | 16.48 | - |
| YUV | 152.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 101 | 0 | 0.34 | 0.51 | 0.20 | 20.19 | 0.51 | 0.6 |
| Hex | CD | 88 | 65 | 0 | 22 | 33 | 14 | 14 | 33 | 3C |
| Octal | 315 | 210 | 145 | 0 | 42 | 63 | 24 | 24 | 63 | 74 |
| Binary | 11001101 | 10001000 | 1100101 | 0 | 100010 | 110011 | 10100 | 10100 | 110011 | 111100 |
Color Harmonies of #CD8865
Complementary color
Monochromatic Colors of #CD8865
Black with #CD8865
Text Example
Text Example
White with #CD8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8865; }
p { color: rgb(205,136,101); }
H1.HeaderClassName
{
color: #CD8865;
}
.AnyTagClassName
{
color: #CD8865;
}
</style>
background-color css
<style>
a { background-color: #CD8865; }
a { background-color: rgb(205,136,101); }
div.DivClassName
{
background-color: #CD8865;
}
.BgClassName
{
background-color: #CD8865;
}
</style>
border-color css
<style>
span { border-color: #CD8865; }
span { border-color: rgb(205,136,101); }
td.TdClassName
{
border-color: #CD8865;
}
.TagClassName
{
border-color: #CD8865;
}
</style>