Shades of Burning Sand #C97C5C
Tints of Burning Sand #C97C5C
RGB
CMYK
RGB Variations
Color information
#C97C5C (or 0xC97C5C) is known color: Burning Sand. HEX triplet: C9, 7C and 5C. RGB value is (201,124,92). Sum of RGB (Red+Green+Blue) = 201+124+92=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97C5C is #3683A3. Grayscale: #8F8F8F. Windows color (decimal): -3572644 or 6061257. OLE color: 6061257.
HSL color Cylindrical-coordinate representation of color #C97C5C: hue angle of 17.61º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C97C5C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 92 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.21 |
| HSL | 17.61º | 0.5% | 0.57% | - |
| HSV(B) | 17.61º | 0.54% | 0.79% | - |
| XYZ | 33.23 | 27.61 | 13.7 | - |
| YUV | 143.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 92 | 0 | 0.38 | 0.54 | 0.21 | 17.61 | 0.5 | 0.57 |
| Hex | C9 | 7C | 5C | 0 | 26 | 36 | 15 | 12 | 32 | 39 |
| Octal | 311 | 174 | 134 | 0 | 46 | 66 | 25 | 22 | 62 | 71 |
| Binary | 11001001 | 1111100 | 1011100 | 0 | 100110 | 110110 | 10101 | 10010 | 110010 | 111001 |
Color Harmonies of #C97C5C
Complementary color
Monochromatic Colors of #C97C5C
Black with #C97C5C
Text Example
Text Example
White with #C97C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C5C; }
p { color: rgb(201,124,92); }
H1.HeaderClassName
{
color: #C97C5C;
}
.AnyTagClassName
{
color: #C97C5C;
}
</style>
background-color css
<style>
a { background-color: #C97C5C; }
a { background-color: rgb(201,124,92); }
div.DivClassName
{
background-color: #C97C5C;
}
.BgClassName
{
background-color: #C97C5C;
}
</style>
border-color css
<style>
span { border-color: #C97C5C; }
span { border-color: rgb(201,124,92); }
td.TdClassName
{
border-color: #C97C5C;
}
.TagClassName
{
border-color: #C97C5C;
}
</style>