Shades of Burning Sand #C97A65
Tints of Burning Sand #C97A65
RGB
CMYK
RGB Variations
Color information
#C97A65 (or 0xC97A65) is known color: Burning Sand. HEX triplet: C9, 7A and 65. RGB value is (201,122,101). Sum of RGB (Red+Green+Blue) = 201+122+101=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A65 is #36859A. Grayscale: #8F8F8F. Windows color (decimal): -3573147 or 6650569. OLE color: 6650569.
HSL color Cylindrical-coordinate representation of color #C97A65: hue angle of 12.6º 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 #C97A65 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 101 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.21 |
| HSL | 12.6º | 0.48% | 0.59% | - |
| HSV(B) | 12.6º | 0.5% | 0.79% | - |
| XYZ | 33.4 | 27.28 | 15.82 | - |
| YUV | 143.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 101 | 0 | 0.39 | 0.50 | 0.21 | 12.6 | 0.48 | 0.59 |
| Hex | C9 | 7A | 65 | 0 | 27 | 32 | 15 | D | 30 | 3B |
| Octal | 311 | 172 | 145 | 0 | 47 | 62 | 25 | 15 | 60 | 73 |
| Binary | 11001001 | 1111010 | 1100101 | 0 | 100111 | 110010 | 10101 | 1101 | 110000 | 111011 |
Color Harmonies of #C97A65
Complementary color
Monochromatic Colors of #C97A65
Black with #C97A65
Text Example
Text Example
White with #C97A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A65; }
p { color: rgb(201,122,101); }
H1.HeaderClassName
{
color: #C97A65;
}
.AnyTagClassName
{
color: #C97A65;
}
</style>
background-color css
<style>
a { background-color: #C97A65; }
a { background-color: rgb(201,122,101); }
div.DivClassName
{
background-color: #C97A65;
}
.BgClassName
{
background-color: #C97A65;
}
</style>
border-color css
<style>
span { border-color: #C97A65; }
span { border-color: rgb(201,122,101); }
td.TdClassName
{
border-color: #C97A65;
}
.TagClassName
{
border-color: #C97A65;
}
</style>