Shades of Ochre #C97119
Tints of Ochre #C97119
RGB
CMYK
RGB Variations
Color information
#C97119 (or 0xC97119) is known color: Ochre. HEX triplet: C9, 71 and 19. RGB value is (201,113,25). Sum of RGB (Red+Green+Blue) = 201+113+25=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97119 is #368EE6. Grayscale: #818181. Windows color (decimal): -3575527 or 1667529. OLE color: 1667529.
HSL color Cylindrical-coordinate representation of color #C97119: hue angle of 30º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C97119 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.21 |
| HSL | 30º | 0.78% | 0.44% | - |
| HSV(B) | 30º | 0.88% | 0.79% | - |
| XYZ | 30.17 | 24.3 | 4.02 | - |
| YUV | 129.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 25 | 0 | 0.44 | 0.88 | 0.21 | 30 | 0.78 | 0.44 |
| Hex | C9 | 71 | 19 | 0 | 2C | 58 | 15 | 1E | 4E | 2C |
| Octal | 311 | 161 | 31 | 0 | 54 | 130 | 25 | 36 | 116 | 54 |
| Binary | 11001001 | 1110001 | 11001 | 0 | 101100 | 1011000 | 10101 | 11110 | 1001110 | 101100 |
Color Harmonies of #C97119
Complementary color
Monochromatic Colors of #C97119
Black with #C97119
Text Example
Text Example
White with #C97119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97119; }
p { color: rgb(201,113,25); }
H1.HeaderClassName
{
color: #C97119;
}
.AnyTagClassName
{
color: #C97119;
}
</style>
background-color css
<style>
a { background-color: #C97119; }
a { background-color: rgb(201,113,25); }
div.DivClassName
{
background-color: #C97119;
}
.BgClassName
{
background-color: #C97119;
}
</style>
border-color css
<style>
span { border-color: #C97119; }
span { border-color: rgb(201,113,25); }
td.TdClassName
{
border-color: #C97119;
}
.TagClassName
{
border-color: #C97119;
}
</style>