Shades of Burning Sand #C97D6D
Tints of Burning Sand #C97D6D
RGB
CMYK
RGB Variations
Color information
#C97D6D (or 0xC97D6D) is known color: Burning Sand. HEX triplet: C9, 7D and 6D. RGB value is (201,125,109). Sum of RGB (Red+Green+Blue) = 201+125+109=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D6D is #368292. Grayscale: #929292. Windows color (decimal): -3572371 or 7175625. OLE color: 7175625.
HSL color Cylindrical-coordinate representation of color #C97D6D: hue angle of 10.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C97D6D is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 109 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.21 |
| HSL | 10.43º | 0.46% | 0.61% | - |
| HSV(B) | 10.43º | 0.46% | 0.79% | - |
| XYZ | 34.18 | 28.19 | 18.11 | - |
| YUV | 145.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 109 | 0 | 0.38 | 0.46 | 0.21 | 10.43 | 0.46 | 0.61 |
| Hex | C9 | 7D | 6D | 0 | 26 | 2E | 15 | A | 2E | 3D |
| Octal | 311 | 175 | 155 | 0 | 46 | 56 | 25 | 12 | 56 | 75 |
| Binary | 11001001 | 1111101 | 1101101 | 0 | 100110 | 101110 | 10101 | 1010 | 101110 | 111101 |
Color Harmonies of #C97D6D
Complementary color
Monochromatic Colors of #C97D6D
Black with #C97D6D
Text Example
Text Example
White with #C97D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D6D; }
p { color: rgb(201,125,109); }
H1.HeaderClassName
{
color: #C97D6D;
}
.AnyTagClassName
{
color: #C97D6D;
}
</style>
background-color css
<style>
a { background-color: #C97D6D; }
a { background-color: rgb(201,125,109); }
div.DivClassName
{
background-color: #C97D6D;
}
.BgClassName
{
background-color: #C97D6D;
}
</style>
border-color css
<style>
span { border-color: #C97D6D; }
span { border-color: rgb(201,125,109); }
td.TdClassName
{
border-color: #C97D6D;
}
.TagClassName
{
border-color: #C97D6D;
}
</style>