Shades of Burning Sand #CD7C6A
Tints of Burning Sand #CD7C6A
RGB
CMYK
RGB Variations
Color information
#CD7C6A (or 0xCD7C6A) is known color: Burning Sand. HEX triplet: CD, 7C and 6A. RGB value is (205,124,106). Sum of RGB (Red+Green+Blue) = 205+124+106=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C6A is #328395. Grayscale: #929292. Windows color (decimal): -3310486 or 6978765. OLE color: 6978765.
HSL color Cylindrical-coordinate representation of color #CD7C6A: hue angle of 10.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD7C6A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 106 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.20 |
| HSL | 10.91º | 0.5% | 0.61% | - |
| HSV(B) | 10.91º | 0.48% | 0.8% | - |
| XYZ | 34.99 | 28.44 | 17.28 | - |
| YUV | 146.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 106 | 0 | 0.40 | 0.48 | 0.20 | 10.91 | 0.5 | 0.61 |
| Hex | CD | 7C | 6A | 0 | 28 | 30 | 14 | B | 32 | 3D |
| Octal | 315 | 174 | 152 | 0 | 50 | 60 | 24 | 13 | 62 | 75 |
| Binary | 11001101 | 1111100 | 1101010 | 0 | 101000 | 110000 | 10100 | 1011 | 110010 | 111101 |
Color Harmonies of #CD7C6A
Complementary color
Monochromatic Colors of #CD7C6A
Black with #CD7C6A
Text Example
Text Example
White with #CD7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C6A; }
p { color: rgb(205,124,106); }
H1.HeaderClassName
{
color: #CD7C6A;
}
.AnyTagClassName
{
color: #CD7C6A;
}
</style>
background-color css
<style>
a { background-color: #CD7C6A; }
a { background-color: rgb(205,124,106); }
div.DivClassName
{
background-color: #CD7C6A;
}
.BgClassName
{
background-color: #CD7C6A;
}
</style>
border-color css
<style>
span { border-color: #CD7C6A; }
span { border-color: rgb(205,124,106); }
td.TdClassName
{
border-color: #CD7C6A;
}
.TagClassName
{
border-color: #CD7C6A;
}
</style>