Shades of Burning Sand #CD8166
Tints of Burning Sand #CD8166
RGB
CMYK
RGB Variations
Color information
#CD8166 (or 0xCD8166) is known color: Burning Sand. HEX triplet: CD, 81 and 66. RGB value is (205,129,102). Sum of RGB (Red+Green+Blue) = 205+129+102=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8166 is #327E99. Grayscale: #949494. Windows color (decimal): -3309210 or 6717901. OLE color: 6717901.
HSL color Cylindrical-coordinate representation of color #CD8166: hue angle of 15.73º 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 #CD8166 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 102 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.20 |
| HSL | 15.73º | 0.51% | 0.6% | - |
| HSV(B) | 15.73º | 0.5% | 0.8% | - |
| XYZ | 35.43 | 29.64 | 16.42 | - |
| YUV | 148.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 102 | 0 | 0.37 | 0.50 | 0.20 | 15.73 | 0.51 | 0.6 |
| Hex | CD | 81 | 66 | 0 | 25 | 32 | 14 | 10 | 33 | 3C |
| Octal | 315 | 201 | 146 | 0 | 45 | 62 | 24 | 20 | 63 | 74 |
| Binary | 11001101 | 10000001 | 1100110 | 0 | 100101 | 110010 | 10100 | 10000 | 110011 | 111100 |
Color Harmonies of #CD8166
Complementary color
Monochromatic Colors of #CD8166
Black with #CD8166
Text Example
Text Example
White with #CD8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8166; }
p { color: rgb(205,129,102); }
H1.HeaderClassName
{
color: #CD8166;
}
.AnyTagClassName
{
color: #CD8166;
}
</style>
background-color css
<style>
a { background-color: #CD8166; }
a { background-color: rgb(205,129,102); }
div.DivClassName
{
background-color: #CD8166;
}
.BgClassName
{
background-color: #CD8166;
}
</style>
border-color css
<style>
span { border-color: #CD8166; }
span { border-color: rgb(205,129,102); }
td.TdClassName
{
border-color: #CD8166;
}
.TagClassName
{
border-color: #CD8166;
}
</style>