Shades of Burning Sand #CD8666
Tints of Burning Sand #CD8666
RGB
CMYK
RGB Variations
Color information
#CD8666 (or 0xCD8666) is known color: Burning Sand. HEX triplet: CD, 86 and 66. RGB value is (205,134,102). Sum of RGB (Red+Green+Blue) = 205+134+102=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8666 is #327999. Grayscale: #979797. Windows color (decimal): -3307930 or 6719181. OLE color: 6719181.
HSL color Cylindrical-coordinate representation of color #CD8666: hue angle of 18.64º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD8666 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 134 | 102 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.20 |
| HSL | 18.64º | 0.51% | 0.6% | - |
| HSV(B) | 18.64º | 0.5% | 0.8% | - |
| XYZ | 36.1 | 30.99 | 16.65 | - |
| YUV | 151.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 134 | 102 | 0 | 0.35 | 0.50 | 0.20 | 18.64 | 0.51 | 0.6 |
| Hex | CD | 86 | 66 | 0 | 23 | 32 | 14 | 13 | 33 | 3C |
| Octal | 315 | 206 | 146 | 0 | 43 | 62 | 24 | 23 | 63 | 74 |
| Binary | 11001101 | 10000110 | 1100110 | 0 | 100011 | 110010 | 10100 | 10011 | 110011 | 111100 |
Color Harmonies of #CD8666
Complementary color
Monochromatic Colors of #CD8666
Black with #CD8666
Text Example
Text Example
White with #CD8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8666; }
p { color: rgb(205,134,102); }
H1.HeaderClassName
{
color: #CD8666;
}
.AnyTagClassName
{
color: #CD8666;
}
</style>
background-color css
<style>
a { background-color: #CD8666; }
a { background-color: rgb(205,134,102); }
div.DivClassName
{
background-color: #CD8666;
}
.BgClassName
{
background-color: #CD8666;
}
</style>
border-color css
<style>
span { border-color: #CD8666; }
span { border-color: rgb(205,134,102); }
td.TdClassName
{
border-color: #CD8666;
}
.TagClassName
{
border-color: #CD8666;
}
</style>