Shades of Burning Sand #CD7C68
Tints of Burning Sand #CD7C68
RGB
CMYK
RGB Variations
Color information
#CD7C68 (or 0xCD7C68) is known color: Burning Sand. HEX triplet: CD, 7C and 68. RGB value is (205,124,104). Sum of RGB (Red+Green+Blue) = 205+124+104=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C68 is #328397. Grayscale: #929292. Windows color (decimal): -3310488 or 6847693. OLE color: 6847693.
HSL color Cylindrical-coordinate representation of color #CD7C68: hue angle of 11.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD7C68 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 104 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.20 |
| HSL | 11.88º | 0.5% | 0.61% | - |
| HSV(B) | 11.88º | 0.49% | 0.8% | - |
| XYZ | 34.88 | 28.39 | 16.74 | - |
| YUV | 145.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 104 | 0 | 0.40 | 0.49 | 0.20 | 11.88 | 0.5 | 0.61 |
| Hex | CD | 7C | 68 | 0 | 28 | 31 | 14 | C | 32 | 3D |
| Octal | 315 | 174 | 150 | 0 | 50 | 61 | 24 | 14 | 62 | 75 |
| Binary | 11001101 | 1111100 | 1101000 | 0 | 101000 | 110001 | 10100 | 1100 | 110010 | 111101 |
Color Harmonies of #CD7C68
Complementary color
Monochromatic Colors of #CD7C68
Black with #CD7C68
Text Example
Text Example
White with #CD7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C68; }
p { color: rgb(205,124,104); }
H1.HeaderClassName
{
color: #CD7C68;
}
.AnyTagClassName
{
color: #CD7C68;
}
</style>
background-color css
<style>
a { background-color: #CD7C68; }
a { background-color: rgb(205,124,104); }
div.DivClassName
{
background-color: #CD7C68;
}
.BgClassName
{
background-color: #CD7C68;
}
</style>
border-color css
<style>
span { border-color: #CD7C68; }
span { border-color: rgb(205,124,104); }
td.TdClassName
{
border-color: #CD7C68;
}
.TagClassName
{
border-color: #CD7C68;
}
</style>