Shades of Ochre #C97215
Tints of Ochre #C97215
RGB
CMYK
RGB Variations
Color information
#C97215 (or 0xC97215) is known color: Ochre. HEX triplet: C9, 72 and 15. RGB value is (201,114,21). Sum of RGB (Red+Green+Blue) = 201+114+21=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C97215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97215 is #368DEA. Grayscale: #818181. Windows color (decimal): -3575275 or 1405641. OLE color: 1405641.
HSL color Cylindrical-coordinate representation of color #C97215: hue angle of 31º 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 #C97215 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 21 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.21 |
| HSL | 31º | 0.81% | 0.44% | - |
| HSV(B) | 31º | 0.9% | 0.79% | - |
| XYZ | 30.24 | 24.51 | 3.85 | - |
| YUV | 129.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 21 | 0 | 0.43 | 0.90 | 0.21 | 31 | 0.81 | 0.44 |
| Hex | C9 | 72 | 15 | 0 | 2B | 5A | 15 | 1F | 51 | 2C |
| Octal | 311 | 162 | 25 | 0 | 53 | 132 | 25 | 37 | 121 | 54 |
| Binary | 11001001 | 1110010 | 10101 | 0 | 101011 | 1011010 | 10101 | 11111 | 1010001 | 101100 |
Color Harmonies of #C97215
Complementary color
Monochromatic Colors of #C97215
Black with #C97215
Text Example
Text Example
White with #C97215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97215; }
p { color: rgb(201,114,21); }
H1.HeaderClassName
{
color: #C97215;
}
.AnyTagClassName
{
color: #C97215;
}
</style>
background-color css
<style>
a { background-color: #C97215; }
a { background-color: rgb(201,114,21); }
div.DivClassName
{
background-color: #C97215;
}
.BgClassName
{
background-color: #C97215;
}
</style>
border-color css
<style>
span { border-color: #C97215; }
span { border-color: rgb(201,114,21); }
td.TdClassName
{
border-color: #C97215;
}
.TagClassName
{
border-color: #C97215;
}
</style>