Shades of Ochre #C97417
Tints of Ochre #C97417
RGB
CMYK
RGB Variations
Color information
#C97417 (or 0xC97417) is known color: Ochre. HEX triplet: C9, 74 and 17. RGB value is (201,116,23). Sum of RGB (Red+Green+Blue) = 201+116+23=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97417 is #368BE8. Grayscale: #838383. Windows color (decimal): -3574761 or 1537225. OLE color: 1537225.
HSL color Cylindrical-coordinate representation of color #C97417: hue angle of 31.35º 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 #C97417 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.21 |
| HSL | 31.35º | 0.79% | 0.44% | - |
| HSV(B) | 31.35º | 0.89% | 0.79% | - |
| XYZ | 30.49 | 24.97 | 4.02 | - |
| YUV | 130.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 23 | 0 | 0.42 | 0.89 | 0.21 | 31.35 | 0.79 | 0.44 |
| Hex | C9 | 74 | 17 | 0 | 2A | 59 | 15 | 1F | 4F | 2C |
| Octal | 311 | 164 | 27 | 0 | 52 | 131 | 25 | 37 | 117 | 54 |
| Binary | 11001001 | 1110100 | 10111 | 0 | 101010 | 1011001 | 10101 | 11111 | 1001111 | 101100 |
Color Harmonies of #C97417
Complementary color
Monochromatic Colors of #C97417
Black with #C97417
Text Example
Text Example
White with #C97417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97417; }
p { color: rgb(201,116,23); }
H1.HeaderClassName
{
color: #C97417;
}
.AnyTagClassName
{
color: #C97417;
}
</style>
background-color css
<style>
a { background-color: #C97417; }
a { background-color: rgb(201,116,23); }
div.DivClassName
{
background-color: #C97417;
}
.BgClassName
{
background-color: #C97417;
}
</style>
border-color css
<style>
span { border-color: #C97417; }
span { border-color: rgb(201,116,23); }
td.TdClassName
{
border-color: #C97417;
}
.TagClassName
{
border-color: #C97417;
}
</style>