Shades of Burning Sand #CD8266
Tints of Burning Sand #CD8266
RGB
CMYK
RGB Variations
Color information
#CD8266 (or 0xCD8266) is known color: Burning Sand. HEX triplet: CD, 82 and 66. RGB value is (205,130,102). Sum of RGB (Red+Green+Blue) = 205+130+102=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8266 is #327D99. Grayscale: #959595. Windows color (decimal): -3308954 or 6718157. OLE color: 6718157.
HSL color Cylindrical-coordinate representation of color #CD8266: hue angle of 16.31º 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 #CD8266 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 102 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.20 |
| HSL | 16.31º | 0.51% | 0.6% | - |
| HSV(B) | 16.31º | 0.5% | 0.8% | - |
| XYZ | 35.56 | 29.9 | 16.47 | - |
| YUV | 149.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 102 | 0 | 0.37 | 0.50 | 0.20 | 16.31 | 0.51 | 0.6 |
| Hex | CD | 82 | 66 | 0 | 25 | 32 | 14 | 10 | 33 | 3C |
| Octal | 315 | 202 | 146 | 0 | 45 | 62 | 24 | 20 | 63 | 74 |
| Binary | 11001101 | 10000010 | 1100110 | 0 | 100101 | 110010 | 10100 | 10000 | 110011 | 111100 |
Color Harmonies of #CD8266
Complementary color
Monochromatic Colors of #CD8266
Black with #CD8266
Text Example
Text Example
White with #CD8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8266; }
p { color: rgb(205,130,102); }
H1.HeaderClassName
{
color: #CD8266;
}
.AnyTagClassName
{
color: #CD8266;
}
</style>
background-color css
<style>
a { background-color: #CD8266; }
a { background-color: rgb(205,130,102); }
div.DivClassName
{
background-color: #CD8266;
}
.BgClassName
{
background-color: #CD8266;
}
</style>
border-color css
<style>
span { border-color: #CD8266; }
span { border-color: rgb(205,130,102); }
td.TdClassName
{
border-color: #CD8266;
}
.TagClassName
{
border-color: #CD8266;
}
</style>