Shades of Burning Sand #C97F6C
Tints of Burning Sand #C97F6C
RGB
CMYK
RGB Variations
Color information
#C97F6C (or 0xC97F6C) is known color: Burning Sand. HEX triplet: C9, 7F and 6C. RGB value is (201,127,108). Sum of RGB (Red+Green+Blue) = 201+127+108=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F6C is #368093. Grayscale: #939393. Windows color (decimal): -3571860 or 7110601. OLE color: 7110601.
HSL color Cylindrical-coordinate representation of color #C97F6C: hue angle of 12.26º 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 #C97F6C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 108 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.21 |
| HSL | 12.26º | 0.46% | 0.61% | - |
| HSV(B) | 12.26º | 0.46% | 0.79% | - |
| XYZ | 34.38 | 28.68 | 17.91 | - |
| YUV | 146.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 108 | 0 | 0.37 | 0.46 | 0.21 | 12.26 | 0.46 | 0.61 |
| Hex | C9 | 7F | 6C | 0 | 25 | 2E | 15 | C | 2E | 3D |
| Octal | 311 | 177 | 154 | 0 | 45 | 56 | 25 | 14 | 56 | 75 |
| Binary | 11001001 | 1111111 | 1101100 | 0 | 100101 | 101110 | 10101 | 1100 | 101110 | 111101 |
Color Harmonies of #C97F6C
Complementary color
Monochromatic Colors of #C97F6C
Black with #C97F6C
Text Example
Text Example
White with #C97F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F6C; }
p { color: rgb(201,127,108); }
H1.HeaderClassName
{
color: #C97F6C;
}
.AnyTagClassName
{
color: #C97F6C;
}
</style>
background-color css
<style>
a { background-color: #C97F6C; }
a { background-color: rgb(201,127,108); }
div.DivClassName
{
background-color: #C97F6C;
}
.BgClassName
{
background-color: #C97F6C;
}
</style>
border-color css
<style>
span { border-color: #C97F6C; }
span { border-color: rgb(201,127,108); }
td.TdClassName
{
border-color: #C97F6C;
}
.TagClassName
{
border-color: #C97F6C;
}
</style>