Shades of Ochre #C97918
Tints of Ochre #C97918
RGB
CMYK
RGB Variations
Color information
#C97918 (or 0xC97918) is known color: Ochre. HEX triplet: C9, 79 and 18. RGB value is (201,121,24). Sum of RGB (Red+Green+Blue) = 201+121+24=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C97918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97918 is #3686E7. Grayscale: #868686. Windows color (decimal): -3573480 or 1604041. OLE color: 1604041.
HSL color Cylindrical-coordinate representation of color #C97918: hue angle of 32.88º degrees, saturation: 0.79, 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 #C97918 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 24 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.21 |
| HSL | 32.88º | 0.79% | 0.44% | - |
| HSV(B) | 32.88º | 0.88% | 0.79% | - |
| XYZ | 31.09 | 26.16 | 4.27 | - |
| YUV | 133.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 24 | 0 | 0.40 | 0.88 | 0.21 | 32.88 | 0.79 | 0.44 |
| Hex | C9 | 79 | 18 | 0 | 28 | 58 | 15 | 21 | 4F | 2C |
| Octal | 311 | 171 | 30 | 0 | 50 | 130 | 25 | 41 | 117 | 54 |
| Binary | 11001001 | 1111001 | 11000 | 0 | 101000 | 1011000 | 10101 | 100001 | 1001111 | 101100 |
Color Harmonies of #C97918
Complementary color
Monochromatic Colors of #C97918
Black with #C97918
Text Example
Text Example
White with #C97918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97918; }
p { color: rgb(201,121,24); }
H1.HeaderClassName
{
color: #C97918;
}
.AnyTagClassName
{
color: #C97918;
}
</style>
background-color css
<style>
a { background-color: #C97918; }
a { background-color: rgb(201,121,24); }
div.DivClassName
{
background-color: #C97918;
}
.BgClassName
{
background-color: #C97918;
}
</style>
border-color css
<style>
span { border-color: #C97918; }
span { border-color: rgb(201,121,24); }
td.TdClassName
{
border-color: #C97918;
}
.TagClassName
{
border-color: #C97918;
}
</style>