Shades of Burning Sand #C97E61
Tints of Burning Sand #C97E61
RGB
CMYK
RGB Variations
Color information
#C97E61 (or 0xC97E61) is known color: Burning Sand. HEX triplet: C9, 7E and 61. RGB value is (201,126,97). Sum of RGB (Red+Green+Blue) = 201+126+97=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E61 is #36819E. Grayscale: #919191. Windows color (decimal): -3572127 or 6389449. OLE color: 6389449.
HSL color Cylindrical-coordinate representation of color #C97E61: hue angle of 16.73º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97E61 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 97 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.21 |
| HSL | 16.73º | 0.49% | 0.58% | - |
| HSV(B) | 16.73º | 0.52% | 0.79% | - |
| XYZ | 33.71 | 28.2 | 14.98 | - |
| YUV | 145.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 97 | 0 | 0.37 | 0.52 | 0.21 | 16.73 | 0.49 | 0.58 |
| Hex | C9 | 7E | 61 | 0 | 25 | 34 | 15 | 11 | 31 | 3A |
| Octal | 311 | 176 | 141 | 0 | 45 | 64 | 25 | 21 | 61 | 72 |
| Binary | 11001001 | 1111110 | 1100001 | 0 | 100101 | 110100 | 10101 | 10001 | 110001 | 111010 |
Color Harmonies of #C97E61
Complementary color
Monochromatic Colors of #C97E61
Black with #C97E61
Text Example
Text Example
White with #C97E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E61; }
p { color: rgb(201,126,97); }
H1.HeaderClassName
{
color: #C97E61;
}
.AnyTagClassName
{
color: #C97E61;
}
</style>
background-color css
<style>
a { background-color: #C97E61; }
a { background-color: rgb(201,126,97); }
div.DivClassName
{
background-color: #C97E61;
}
.BgClassName
{
background-color: #C97E61;
}
</style>
border-color css
<style>
span { border-color: #C97E61; }
span { border-color: rgb(201,126,97); }
td.TdClassName
{
border-color: #C97E61;
}
.TagClassName
{
border-color: #C97E61;
}
</style>