Shades of Burning Sand #CD8256
Tints of Burning Sand #CD8256
RGB
CMYK
RGB Variations
Color information
#CD8256 (or 0xCD8256) is known color: Burning Sand. HEX triplet: CD, 82 and 56. RGB value is (205,130,86). Sum of RGB (Red+Green+Blue) = 205+130+86=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8256 is #327DA9. Grayscale: #939393. Windows color (decimal): -3308970 or 5669581. OLE color: 5669581.
HSL color Cylindrical-coordinate representation of color #CD8256: hue angle of 22.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD8256 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 86 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.20 |
| HSL | 22.18º | 0.54% | 0.57% | - |
| HSV(B) | 22.18º | 0.58% | 0.8% | - |
| XYZ | 34.84 | 29.62 | 12.68 | - |
| YUV | 147.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 86 | 0 | 0.37 | 0.58 | 0.20 | 22.18 | 0.54 | 0.57 |
| Hex | CD | 82 | 56 | 0 | 25 | 3A | 14 | 16 | 36 | 39 |
| Octal | 315 | 202 | 126 | 0 | 45 | 72 | 24 | 26 | 66 | 71 |
| Binary | 11001101 | 10000010 | 1010110 | 0 | 100101 | 111010 | 10100 | 10110 | 110110 | 111001 |
Color Harmonies of #CD8256
Complementary color
Monochromatic Colors of #CD8256
Black with #CD8256
Text Example
Text Example
White with #CD8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8256; }
p { color: rgb(205,130,86); }
H1.HeaderClassName
{
color: #CD8256;
}
.AnyTagClassName
{
color: #CD8256;
}
</style>
background-color css
<style>
a { background-color: #CD8256; }
a { background-color: rgb(205,130,86); }
div.DivClassName
{
background-color: #CD8256;
}
.BgClassName
{
background-color: #CD8256;
}
</style>
border-color css
<style>
span { border-color: #CD8256; }
span { border-color: rgb(205,130,86); }
td.TdClassName
{
border-color: #CD8256;
}
.TagClassName
{
border-color: #CD8256;
}
</style>