Shades of Ochre #C97517
Tints of Ochre #C97517
RGB
CMYK
RGB Variations
Color information
#C97517 (or 0xC97517) is known color: Ochre. HEX triplet: C9, 75 and 17. RGB value is (201,117,23). Sum of RGB (Red+Green+Blue) = 201+117+23=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C97517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97517 is #368AE8. Grayscale: #838383. Windows color (decimal): -3574505 or 1537481. OLE color: 1537481.
HSL color Cylindrical-coordinate representation of color #C97517: hue angle of 31.69º 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 #C97517 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.21 |
| HSL | 31.69º | 0.79% | 0.44% | - |
| HSV(B) | 31.69º | 0.89% | 0.79% | - |
| XYZ | 30.6 | 25.2 | 4.06 | - |
| YUV | 131.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 23 | 0 | 0.42 | 0.89 | 0.21 | 31.69 | 0.79 | 0.44 |
| Hex | C9 | 75 | 17 | 0 | 2A | 59 | 15 | 20 | 4F | 2C |
| Octal | 311 | 165 | 27 | 0 | 52 | 131 | 25 | 40 | 117 | 54 |
| Binary | 11001001 | 1110101 | 10111 | 0 | 101010 | 1011001 | 10101 | 100000 | 1001111 | 101100 |
Color Harmonies of #C97517
Complementary color
Monochromatic Colors of #C97517
Black with #C97517
Text Example
Text Example
White with #C97517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97517; }
p { color: rgb(201,117,23); }
H1.HeaderClassName
{
color: #C97517;
}
.AnyTagClassName
{
color: #C97517;
}
</style>
background-color css
<style>
a { background-color: #C97517; }
a { background-color: rgb(201,117,23); }
div.DivClassName
{
background-color: #C97517;
}
.BgClassName
{
background-color: #C97517;
}
</style>
border-color css
<style>
span { border-color: #C97517; }
span { border-color: rgb(201,117,23); }
td.TdClassName
{
border-color: #C97517;
}
.TagClassName
{
border-color: #C97517;
}
</style>