Shades of Burning Sand #CD8A65
Tints of Burning Sand #CD8A65
RGB
CMYK
RGB Variations
Color information
#CD8A65 (or 0xCD8A65) is known color: Burning Sand. HEX triplet: CD, 8A and 65. RGB value is (205,138,101). Sum of RGB (Red+Green+Blue) = 205+138+101=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A65 is #32759A. Grayscale: #9A9A9A. Windows color (decimal): -3306907 or 6654669. OLE color: 6654669.
HSL color Cylindrical-coordinate representation of color #CD8A65: hue angle of 21.35º 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 #CD8A65 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 101 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.20 |
| HSL | 21.35º | 0.51% | 0.6% | - |
| HSV(B) | 21.35º | 0.51% | 0.8% | - |
| XYZ | 36.61 | 32.1 | 16.58 | - |
| YUV | 153.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 101 | 0 | 0.33 | 0.51 | 0.20 | 21.35 | 0.51 | 0.6 |
| Hex | CD | 8A | 65 | 0 | 21 | 33 | 14 | 15 | 33 | 3C |
| Octal | 315 | 212 | 145 | 0 | 41 | 63 | 24 | 25 | 63 | 74 |
| Binary | 11001101 | 10001010 | 1100101 | 0 | 100001 | 110011 | 10100 | 10101 | 110011 | 111100 |
Color Harmonies of #CD8A65
Complementary color
Monochromatic Colors of #CD8A65
Black with #CD8A65
Text Example
Text Example
White with #CD8A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A65; }
p { color: rgb(205,138,101); }
H1.HeaderClassName
{
color: #CD8A65;
}
.AnyTagClassName
{
color: #CD8A65;
}
</style>
background-color css
<style>
a { background-color: #CD8A65; }
a { background-color: rgb(205,138,101); }
div.DivClassName
{
background-color: #CD8A65;
}
.BgClassName
{
background-color: #CD8A65;
}
</style>
border-color css
<style>
span { border-color: #CD8A65; }
span { border-color: rgb(205,138,101); }
td.TdClassName
{
border-color: #CD8A65;
}
.TagClassName
{
border-color: #CD8A65;
}
</style>