Shades of Burning Sand #CD7D65
Tints of Burning Sand #CD7D65
RGB
CMYK
RGB Variations
Color information
#CD7D65 (or 0xCD7D65) is known color: Burning Sand. HEX triplet: CD, 7D and 65. RGB value is (205,125,101). Sum of RGB (Red+Green+Blue) = 205+125+101=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D65 is #32829A. Grayscale: #929292. Windows color (decimal): -3310235 or 6651341. OLE color: 6651341.
HSL color Cylindrical-coordinate representation of color #CD7D65: hue angle of 13.85º 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 #CD7D65 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 101 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.20 |
| HSL | 13.85º | 0.51% | 0.6% | - |
| HSV(B) | 13.85º | 0.51% | 0.8% | - |
| XYZ | 34.86 | 28.59 | 15.99 | - |
| YUV | 146.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 101 | 0 | 0.39 | 0.51 | 0.20 | 13.85 | 0.51 | 0.6 |
| Hex | CD | 7D | 65 | 0 | 27 | 33 | 14 | E | 33 | 3C |
| Octal | 315 | 175 | 145 | 0 | 47 | 63 | 24 | 16 | 63 | 74 |
| Binary | 11001101 | 1111101 | 1100101 | 0 | 100111 | 110011 | 10100 | 1110 | 110011 | 111100 |
Color Harmonies of #CD7D65
Complementary color
Monochromatic Colors of #CD7D65
Black with #CD7D65
Text Example
Text Example
White with #CD7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D65; }
p { color: rgb(205,125,101); }
H1.HeaderClassName
{
color: #CD7D65;
}
.AnyTagClassName
{
color: #CD7D65;
}
</style>
background-color css
<style>
a { background-color: #CD7D65; }
a { background-color: rgb(205,125,101); }
div.DivClassName
{
background-color: #CD7D65;
}
.BgClassName
{
background-color: #CD7D65;
}
</style>
border-color css
<style>
span { border-color: #CD7D65; }
span { border-color: rgb(205,125,101); }
td.TdClassName
{
border-color: #CD7D65;
}
.TagClassName
{
border-color: #CD7D65;
}
</style>