Shades of Burning Sand #C97965
Tints of Burning Sand #C97965
RGB
CMYK
RGB Variations
Color information
#C97965 (or 0xC97965) is known color: Burning Sand. HEX triplet: C9, 79 and 65. RGB value is (201,121,101). Sum of RGB (Red+Green+Blue) = 201+121+101=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C97965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97965 is #36869A. Grayscale: #8E8E8E. Windows color (decimal): -3573403 or 6650313. OLE color: 6650313.
HSL color Cylindrical-coordinate representation of color #C97965: hue angle of 12º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97965 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 101 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.21 |
| HSL | 12º | 0.48% | 0.59% | - |
| HSV(B) | 12º | 0.5% | 0.79% | - |
| XYZ | 33.27 | 27.03 | 15.78 | - |
| YUV | 142.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 101 | 0 | 0.40 | 0.50 | 0.21 | 12 | 0.48 | 0.59 |
| Hex | C9 | 79 | 65 | 0 | 28 | 32 | 15 | C | 30 | 3B |
| Octal | 311 | 171 | 145 | 0 | 50 | 62 | 25 | 14 | 60 | 73 |
| Binary | 11001001 | 1111001 | 1100101 | 0 | 101000 | 110010 | 10101 | 1100 | 110000 | 111011 |
Color Harmonies of #C97965
Complementary color
Monochromatic Colors of #C97965
Black with #C97965
Text Example
Text Example
White with #C97965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97965; }
p { color: rgb(201,121,101); }
H1.HeaderClassName
{
color: #C97965;
}
.AnyTagClassName
{
color: #C97965;
}
</style>
background-color css
<style>
a { background-color: #C97965; }
a { background-color: rgb(201,121,101); }
div.DivClassName
{
background-color: #C97965;
}
.BgClassName
{
background-color: #C97965;
}
</style>
border-color css
<style>
span { border-color: #C97965; }
span { border-color: rgb(201,121,101); }
td.TdClassName
{
border-color: #C97965;
}
.TagClassName
{
border-color: #C97965;
}
</style>