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