Shades of Ochre #C97E17
Tints of Ochre #C97E17
RGB
CMYK
RGB Variations
Color information
#C97E17 (or 0xC97E17) is known color: Ochre. HEX triplet: C9, 7E and 17. RGB value is (201,126,23). Sum of RGB (Red+Green+Blue) = 201+126+23=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97E17 is #3681E8. Grayscale: #898989. Windows color (decimal): -3572201 or 1539785. OLE color: 1539785.
HSL color Cylindrical-coordinate representation of color #C97E17: hue angle of 34.72º 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 #C97E17 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 23 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.21 |
| HSL | 34.72º | 0.79% | 0.44% | - |
| HSV(B) | 34.72º | 0.89% | 0.79% | - |
| XYZ | 31.7 | 27.4 | 4.43 | - |
| YUV | 136.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 23 | 0 | 0.37 | 0.89 | 0.21 | 34.72 | 0.79 | 0.44 |
| Hex | C9 | 7E | 17 | 0 | 25 | 59 | 15 | 23 | 4F | 2C |
| Octal | 311 | 176 | 27 | 0 | 45 | 131 | 25 | 43 | 117 | 54 |
| Binary | 11001001 | 1111110 | 10111 | 0 | 100101 | 1011001 | 10101 | 100011 | 1001111 | 101100 |
Color Harmonies of #C97E17
Complementary color
Monochromatic Colors of #C97E17
Black with #C97E17
Text Example
Text Example
White with #C97E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E17; }
p { color: rgb(201,126,23); }
H1.HeaderClassName
{
color: #C97E17;
}
.AnyTagClassName
{
color: #C97E17;
}
</style>
background-color css
<style>
a { background-color: #C97E17; }
a { background-color: rgb(201,126,23); }
div.DivClassName
{
background-color: #C97E17;
}
.BgClassName
{
background-color: #C97E17;
}
</style>
border-color css
<style>
span { border-color: #C97E17; }
span { border-color: rgb(201,126,23); }
td.TdClassName
{
border-color: #C97E17;
}
.TagClassName
{
border-color: #C97E17;
}
</style>