Shades of Burning Sand #CD8864
Tints of Burning Sand #CD8864
RGB
CMYK
RGB Variations
Color information
#CD8864 (or 0xCD8864) is known color: Burning Sand. HEX triplet: CD, 88 and 64. RGB value is (205,136,100). Sum of RGB (Red+Green+Blue) = 205+136+100=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8864 is #32779B. Grayscale: #989898. Windows color (decimal): -3307420 or 6588621. OLE color: 6588621.
HSL color Cylindrical-coordinate representation of color #CD8864: hue angle of 20.57º 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 #CD8864 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 100 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.20 |
| HSL | 20.57º | 0.51% | 0.6% | - |
| HSV(B) | 20.57º | 0.51% | 0.8% | - |
| XYZ | 36.28 | 31.51 | 16.23 | - |
| YUV | 152.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 100 | 0 | 0.34 | 0.51 | 0.20 | 20.57 | 0.51 | 0.6 |
| Hex | CD | 88 | 64 | 0 | 22 | 33 | 14 | 15 | 33 | 3C |
| Octal | 315 | 210 | 144 | 0 | 42 | 63 | 24 | 25 | 63 | 74 |
| Binary | 11001101 | 10001000 | 1100100 | 0 | 100010 | 110011 | 10100 | 10101 | 110011 | 111100 |
Color Harmonies of #CD8864
Complementary color
Monochromatic Colors of #CD8864
Black with #CD8864
Text Example
Text Example
White with #CD8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8864; }
p { color: rgb(205,136,100); }
H1.HeaderClassName
{
color: #CD8864;
}
.AnyTagClassName
{
color: #CD8864;
}
</style>
background-color css
<style>
a { background-color: #CD8864; }
a { background-color: rgb(205,136,100); }
div.DivClassName
{
background-color: #CD8864;
}
.BgClassName
{
background-color: #CD8864;
}
</style>
border-color css
<style>
span { border-color: #CD8864; }
span { border-color: rgb(205,136,100); }
td.TdClassName
{
border-color: #CD8864;
}
.TagClassName
{
border-color: #CD8864;
}
</style>