Shades of Ochre #C96F16
Tints of Ochre #C96F16
RGB
CMYK
RGB Variations
Color information
#C96F16 (or 0xC96F16) is known color: Ochre. HEX triplet: C9, 6F and 16. RGB value is (201,111,22). Sum of RGB (Red+Green+Blue) = 201+111+22=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F16 is #3690E9. Grayscale: #808080. Windows color (decimal): -3576042 or 1470409. OLE color: 1470409.
HSL color Cylindrical-coordinate representation of color #C96F16: hue angle of 29.83º 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 #C96F16 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.21 |
| HSL | 29.83º | 0.8% | 0.44% | - |
| HSV(B) | 29.83º | 0.89% | 0.79% | - |
| XYZ | 29.92 | 23.84 | 3.78 | - |
| YUV | 127.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 22 | 0 | 0.45 | 0.89 | 0.21 | 29.83 | 0.8 | 0.44 |
| Hex | C9 | 6F | 16 | 0 | 2D | 59 | 15 | 1E | 50 | 2C |
| Octal | 311 | 157 | 26 | 0 | 55 | 131 | 25 | 36 | 120 | 54 |
| Binary | 11001001 | 1101111 | 10110 | 0 | 101101 | 1011001 | 10101 | 11110 | 1010000 | 101100 |
Color Harmonies of #C96F16
Complementary color
Monochromatic Colors of #C96F16
Black with #C96F16
Text Example
Text Example
White with #C96F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F16; }
p { color: rgb(201,111,22); }
H1.HeaderClassName
{
color: #C96F16;
}
.AnyTagClassName
{
color: #C96F16;
}
</style>
background-color css
<style>
a { background-color: #C96F16; }
a { background-color: rgb(201,111,22); }
div.DivClassName
{
background-color: #C96F16;
}
.BgClassName
{
background-color: #C96F16;
}
</style>
border-color css
<style>
span { border-color: #C96F16; }
span { border-color: rgb(201,111,22); }
td.TdClassName
{
border-color: #C96F16;
}
.TagClassName
{
border-color: #C96F16;
}
</style>