Shades of Ochre #C98015
Tints of Ochre #C98015
RGB
CMYK
RGB Variations
Color information
#C98015 (or 0xC98015) is known color: Ochre. HEX triplet: C9, 80 and 15. RGB value is (201,128,21). Sum of RGB (Red+Green+Blue) = 201+128+21=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C98015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98015 is #367FEA. Grayscale: #8A8A8A. Windows color (decimal): -3571691 or 1409225. OLE color: 1409225.
HSL color Cylindrical-coordinate representation of color #C98015: hue angle of 35.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C98015 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 21 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.21 |
| HSL | 35.67º | 0.81% | 0.44% | - |
| HSV(B) | 35.67º | 0.9% | 0.79% | - |
| XYZ | 31.94 | 27.91 | 4.41 | - |
| YUV | 137.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 21 | 0 | 0.36 | 0.90 | 0.21 | 35.67 | 0.81 | 0.44 |
| Hex | C9 | 80 | 15 | 0 | 24 | 5A | 15 | 24 | 51 | 2C |
| Octal | 311 | 200 | 25 | 0 | 44 | 132 | 25 | 44 | 121 | 54 |
| Binary | 11001001 | 10000000 | 10101 | 0 | 100100 | 1011010 | 10101 | 100100 | 1010001 | 101100 |
Color Harmonies of #C98015
Complementary color
Monochromatic Colors of #C98015
Black with #C98015
Text Example
Text Example
White with #C98015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98015; }
p { color: rgb(201,128,21); }
H1.HeaderClassName
{
color: #C98015;
}
.AnyTagClassName
{
color: #C98015;
}
</style>
background-color css
<style>
a { background-color: #C98015; }
a { background-color: rgb(201,128,21); }
div.DivClassName
{
background-color: #C98015;
}
.BgClassName
{
background-color: #C98015;
}
</style>
border-color css
<style>
span { border-color: #C98015; }
span { border-color: rgb(201,128,21); }
td.TdClassName
{
border-color: #C98015;
}
.TagClassName
{
border-color: #C98015;
}
</style>