Shades of Ochre #C97C16
Tints of Ochre #C97C16
RGB
CMYK
RGB Variations
Color information
#C97C16 (or 0xC97C16) is known color: Ochre. HEX triplet: C9, 7C and 16. RGB value is (201,124,22). Sum of RGB (Red+Green+Blue) = 201+124+22=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C16 is #3683E9. Grayscale: #878787. Windows color (decimal): -3572714 or 1473737. OLE color: 1473737.
HSL color Cylindrical-coordinate representation of color #C97C16: hue angle of 34.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C97C16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 22 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.21 |
| HSL | 34.19º | 0.8% | 0.44% | - |
| HSV(B) | 34.19º | 0.89% | 0.79% | - |
| XYZ | 31.44 | 26.89 | 4.29 | - |
| YUV | 135.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 22 | 0 | 0.38 | 0.89 | 0.21 | 34.19 | 0.8 | 0.44 |
| Hex | C9 | 7C | 16 | 0 | 26 | 59 | 15 | 22 | 50 | 2C |
| Octal | 311 | 174 | 26 | 0 | 46 | 131 | 25 | 42 | 120 | 54 |
| Binary | 11001001 | 1111100 | 10110 | 0 | 100110 | 1011001 | 10101 | 100010 | 1010000 | 101100 |
Color Harmonies of #C97C16
Complementary color
Monochromatic Colors of #C97C16
Black with #C97C16
Text Example
Text Example
White with #C97C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C16; }
p { color: rgb(201,124,22); }
H1.HeaderClassName
{
color: #C97C16;
}
.AnyTagClassName
{
color: #C97C16;
}
</style>
background-color css
<style>
a { background-color: #C97C16; }
a { background-color: rgb(201,124,22); }
div.DivClassName
{
background-color: #C97C16;
}
.BgClassName
{
background-color: #C97C16;
}
</style>
border-color css
<style>
span { border-color: #C97C16; }
span { border-color: rgb(201,124,22); }
td.TdClassName
{
border-color: #C97C16;
}
.TagClassName
{
border-color: #C97C16;
}
</style>