Shades of Burning Sand #CD7C6C
Tints of Burning Sand #CD7C6C
RGB
CMYK
RGB Variations
Color information
#CD7C6C (or 0xCD7C6C) is known color: Burning Sand. HEX triplet: CD, 7C and 6C. RGB value is (205,124,108). Sum of RGB (Red+Green+Blue) = 205+124+108=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C6C is #328393. Grayscale: #929292. Windows color (decimal): -3310484 or 7109837. OLE color: 7109837.
HSL color Cylindrical-coordinate representation of color #CD7C6C: hue angle of 9.9º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD7C6C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 108 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.20 |
| HSL | 9.9º | 0.49% | 0.61% | - |
| HSV(B) | 9.9º | 0.47% | 0.8% | - |
| XYZ | 35.09 | 28.48 | 17.83 | - |
| YUV | 146.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 108 | 0 | 0.40 | 0.47 | 0.20 | 9.9 | 0.49 | 0.61 |
| Hex | CD | 7C | 6C | 0 | 28 | 2F | 14 | A | 31 | 3D |
| Octal | 315 | 174 | 154 | 0 | 50 | 57 | 24 | 12 | 61 | 75 |
| Binary | 11001101 | 1111100 | 1101100 | 0 | 101000 | 101111 | 10100 | 1010 | 110001 | 111101 |
Color Harmonies of #CD7C6C
Complementary color
Monochromatic Colors of #CD7C6C
Black with #CD7C6C
Text Example
Text Example
White with #CD7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C6C; }
p { color: rgb(205,124,108); }
H1.HeaderClassName
{
color: #CD7C6C;
}
.AnyTagClassName
{
color: #CD7C6C;
}
</style>
background-color css
<style>
a { background-color: #CD7C6C; }
a { background-color: rgb(205,124,108); }
div.DivClassName
{
background-color: #CD7C6C;
}
.BgClassName
{
background-color: #CD7C6C;
}
</style>
border-color css
<style>
span { border-color: #CD7C6C; }
span { border-color: rgb(205,124,108); }
td.TdClassName
{
border-color: #CD7C6C;
}
.TagClassName
{
border-color: #CD7C6C;
}
</style>