Shades of Burning Sand #CD8065
Tints of Burning Sand #CD8065
RGB
CMYK
RGB Variations
Color information
#CD8065 (or 0xCD8065) is known color: Burning Sand. HEX triplet: CD, 80 and 65. RGB value is (205,128,101). Sum of RGB (Red+Green+Blue) = 205+128+101=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8065 is #327F9A. Grayscale: #949494. Windows color (decimal): -3309467 or 6652109. OLE color: 6652109.
HSL color Cylindrical-coordinate representation of color #CD8065: hue angle of 15.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD8065 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 101 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.20 |
| HSL | 15.58º | 0.51% | 0.6% | - |
| HSV(B) | 15.58º | 0.51% | 0.8% | - |
| XYZ | 35.24 | 29.36 | 16.12 | - |
| YUV | 147.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 101 | 0 | 0.38 | 0.51 | 0.20 | 15.58 | 0.51 | 0.6 |
| Hex | CD | 80 | 65 | 0 | 26 | 33 | 14 | 10 | 33 | 3C |
| Octal | 315 | 200 | 145 | 0 | 46 | 63 | 24 | 20 | 63 | 74 |
| Binary | 11001101 | 10000000 | 1100101 | 0 | 100110 | 110011 | 10100 | 10000 | 110011 | 111100 |
Color Harmonies of #CD8065
Complementary color
Monochromatic Colors of #CD8065
Black with #CD8065
Text Example
Text Example
White with #CD8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8065; }
p { color: rgb(205,128,101); }
H1.HeaderClassName
{
color: #CD8065;
}
.AnyTagClassName
{
color: #CD8065;
}
</style>
background-color css
<style>
a { background-color: #CD8065; }
a { background-color: rgb(205,128,101); }
div.DivClassName
{
background-color: #CD8065;
}
.BgClassName
{
background-color: #CD8065;
}
</style>
border-color css
<style>
span { border-color: #CD8065; }
span { border-color: rgb(205,128,101); }
td.TdClassName
{
border-color: #CD8065;
}
.TagClassName
{
border-color: #CD8065;
}
</style>