Shades of Burning Sand #CD8863
Tints of Burning Sand #CD8863
RGB
CMYK
RGB Variations
Color information
#CD8863 (or 0xCD8863) is known color: Burning Sand. HEX triplet: CD, 88 and 63. RGB value is (205,136,99). Sum of RGB (Red+Green+Blue) = 205+136+99=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8863 is #32779C. Grayscale: #989898. Windows color (decimal): -3307421 or 6523085. OLE color: 6523085.
HSL color Cylindrical-coordinate representation of color #CD8863: hue angle of 20.94º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD8863 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 99 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.20 |
| HSL | 20.94º | 0.51% | 0.6% | - |
| HSV(B) | 20.94º | 0.52% | 0.8% | - |
| XYZ | 36.23 | 31.49 | 15.97 | - |
| YUV | 152.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 99 | 0 | 0.34 | 0.52 | 0.20 | 20.94 | 0.51 | 0.6 |
| Hex | CD | 88 | 63 | 0 | 22 | 34 | 14 | 15 | 33 | 3C |
| Octal | 315 | 210 | 143 | 0 | 42 | 64 | 24 | 25 | 63 | 74 |
| Binary | 11001101 | 10001000 | 1100011 | 0 | 100010 | 110100 | 10100 | 10101 | 110011 | 111100 |
Color Harmonies of #CD8863
Complementary color
Monochromatic Colors of #CD8863
Black with #CD8863
Text Example
Text Example
White with #CD8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8863; }
p { color: rgb(205,136,99); }
H1.HeaderClassName
{
color: #CD8863;
}
.AnyTagClassName
{
color: #CD8863;
}
</style>
background-color css
<style>
a { background-color: #CD8863; }
a { background-color: rgb(205,136,99); }
div.DivClassName
{
background-color: #CD8863;
}
.BgClassName
{
background-color: #CD8863;
}
</style>
border-color css
<style>
span { border-color: #CD8863; }
span { border-color: rgb(205,136,99); }
td.TdClassName
{
border-color: #CD8863;
}
.TagClassName
{
border-color: #CD8863;
}
</style>