Shades of Ochre #C96E20
Tints of Ochre #C96E20
RGB
CMYK
RGB Variations
Color information
#C96E20 (or 0xC96E20) is known color: Ochre. HEX triplet: C9, 6E and 20. RGB value is (201,110,32). Sum of RGB (Red+Green+Blue) = 201+110+32=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E20 is #3691DF. Grayscale: #808080. Windows color (decimal): -3576288 or 2125513. OLE color: 2125513.
HSL color Cylindrical-coordinate representation of color #C96E20: hue angle of 27.69º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C96E20 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 32 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.21 |
| HSL | 27.69º | 0.73% | 0.46% | - |
| HSV(B) | 27.69º | 0.84% | 0.79% | - |
| XYZ | 29.92 | 23.67 | 4.36 | - |
| YUV | 128.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 32 | 0 | 0.45 | 0.84 | 0.21 | 27.69 | 0.73 | 0.46 |
| Hex | C9 | 6E | 20 | 0 | 2D | 54 | 15 | 1C | 49 | 2E |
| Octal | 311 | 156 | 40 | 0 | 55 | 124 | 25 | 34 | 111 | 56 |
| Binary | 11001001 | 1101110 | 100000 | 0 | 101101 | 1010100 | 10101 | 11100 | 1001001 | 101110 |
Color Harmonies of #C96E20
Complementary color
Monochromatic Colors of #C96E20
Black with #C96E20
Text Example
Text Example
White with #C96E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E20; }
p { color: rgb(201,110,32); }
H1.HeaderClassName
{
color: #C96E20;
}
.AnyTagClassName
{
color: #C96E20;
}
</style>
background-color css
<style>
a { background-color: #C96E20; }
a { background-color: rgb(201,110,32); }
div.DivClassName
{
background-color: #C96E20;
}
.BgClassName
{
background-color: #C96E20;
}
</style>
border-color css
<style>
span { border-color: #C96E20; }
span { border-color: rgb(201,110,32); }
td.TdClassName
{
border-color: #C96E20;
}
.TagClassName
{
border-color: #C96E20;
}
</style>