Shades of Ochre #C97212
Tints of Ochre #C97212
RGB
CMYK
RGB Variations
Color information
#C97212 (or 0xC97212) is known color: Ochre. HEX triplet: C9, 72 and 12. RGB value is (201,114,18). Sum of RGB (Red+Green+Blue) = 201+114+18=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C97212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97212 is #368DED. Grayscale: #818181. Windows color (decimal): -3575278 or 1209033. OLE color: 1209033.
HSL color Cylindrical-coordinate representation of color #C97212: hue angle of 31.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C97212 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.21 |
| HSL | 31.48º | 0.84% | 0.43% | - |
| HSV(B) | 31.48º | 0.91% | 0.79% | - |
| XYZ | 30.21 | 24.5 | 3.71 | - |
| YUV | 129.07 | 65.32 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 18 | 0 | 0.43 | 0.91 | 0.21 | 31.48 | 0.84 | 0.43 |
| Hex | C9 | 72 | 12 | 0 | 2B | 5B | 15 | 1F | 54 | 2B |
| Octal | 311 | 162 | 22 | 0 | 53 | 133 | 25 | 37 | 124 | 53 |
| Binary | 11001001 | 1110010 | 10010 | 0 | 101011 | 1011011 | 10101 | 11111 | 1010100 | 101011 |
Color Harmonies of #C97212
Complementary color
Monochromatic Colors of #C97212
Black with #C97212
Text Example
Text Example
White with #C97212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97212; }
p { color: rgb(201,114,18); }
H1.HeaderClassName
{
color: #C97212;
}
.AnyTagClassName
{
color: #C97212;
}
</style>
background-color css
<style>
a { background-color: #C97212; }
a { background-color: rgb(201,114,18); }
div.DivClassName
{
background-color: #C97212;
}
.BgClassName
{
background-color: #C97212;
}
</style>
border-color css
<style>
span { border-color: #C97212; }
span { border-color: rgb(201,114,18); }
td.TdClassName
{
border-color: #C97212;
}
.TagClassName
{
border-color: #C97212;
}
</style>