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