Shades of Burning Sand #C97B61
Tints of Burning Sand #C97B61
RGB
CMYK
RGB Variations
Color information
#C97B61 (or 0xC97B61) is known color: Burning Sand. HEX triplet: C9, 7B and 61. RGB value is (201,123,97). Sum of RGB (Red+Green+Blue) = 201+123+97=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97B61 is #36849E. Grayscale: #8F8F8F. Windows color (decimal): -3572895 or 6388681. OLE color: 6388681.
HSL color Cylindrical-coordinate representation of color #C97B61: hue angle of 15º 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 #C97B61 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 97 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.21 |
| HSL | 15º | 0.49% | 0.58% | - |
| HSV(B) | 15º | 0.52% | 0.79% | - |
| XYZ | 33.33 | 27.45 | 14.85 | - |
| YUV | 143.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 97 | 0 | 0.39 | 0.52 | 0.21 | 15 | 0.49 | 0.58 |
| Hex | C9 | 7B | 61 | 0 | 27 | 34 | 15 | F | 31 | 3A |
| Octal | 311 | 173 | 141 | 0 | 47 | 64 | 25 | 17 | 61 | 72 |
| Binary | 11001001 | 1111011 | 1100001 | 0 | 100111 | 110100 | 10101 | 1111 | 110001 | 111010 |
Color Harmonies of #C97B61
Complementary color
Monochromatic Colors of #C97B61
Black with #C97B61
Text Example
Text Example
White with #C97B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B61; }
p { color: rgb(201,123,97); }
H1.HeaderClassName
{
color: #C97B61;
}
.AnyTagClassName
{
color: #C97B61;
}
</style>
background-color css
<style>
a { background-color: #C97B61; }
a { background-color: rgb(201,123,97); }
div.DivClassName
{
background-color: #C97B61;
}
.BgClassName
{
background-color: #C97B61;
}
</style>
border-color css
<style>
span { border-color: #C97B61; }
span { border-color: rgb(201,123,97); }
td.TdClassName
{
border-color: #C97B61;
}
.TagClassName
{
border-color: #C97B61;
}
</style>