Shades of Ochre #C97017
Tints of Ochre #C97017
RGB
CMYK
RGB Variations
Color information
#C97017 (or 0xC97017) is known color: Ochre. HEX triplet: C9, 70 and 17. RGB value is (201,112,23). Sum of RGB (Red+Green+Blue) = 201+112+23=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C97017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97017 is #368FE8. Grayscale: #808080. Windows color (decimal): -3575785 or 1536201. OLE color: 1536201.
HSL color Cylindrical-coordinate representation of color #C97017: hue angle of 30º degrees, saturation: 0.79, 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 #C97017 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 23 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.21 |
| HSL | 30º | 0.79% | 0.44% | - |
| HSV(B) | 30º | 0.89% | 0.79% | - |
| XYZ | 30.04 | 24.07 | 3.87 | - |
| YUV | 128.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 23 | 0 | 0.44 | 0.89 | 0.21 | 30 | 0.79 | 0.44 |
| Hex | C9 | 70 | 17 | 0 | 2C | 59 | 15 | 1E | 4F | 2C |
| Octal | 311 | 160 | 27 | 0 | 54 | 131 | 25 | 36 | 117 | 54 |
| Binary | 11001001 | 1110000 | 10111 | 0 | 101100 | 1011001 | 10101 | 11110 | 1001111 | 101100 |
Color Harmonies of #C97017
Complementary color
Monochromatic Colors of #C97017
Black with #C97017
Text Example
Text Example
White with #C97017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97017; }
p { color: rgb(201,112,23); }
H1.HeaderClassName
{
color: #C97017;
}
.AnyTagClassName
{
color: #C97017;
}
</style>
background-color css
<style>
a { background-color: #C97017; }
a { background-color: rgb(201,112,23); }
div.DivClassName
{
background-color: #C97017;
}
.BgClassName
{
background-color: #C97017;
}
</style>
border-color css
<style>
span { border-color: #C97017; }
span { border-color: rgb(201,112,23); }
td.TdClassName
{
border-color: #C97017;
}
.TagClassName
{
border-color: #C97017;
}
</style>