Shades of Ochre #C97E12
Tints of Ochre #C97E12
RGB
CMYK
RGB Variations
Color information
#C97E12 (or 0xC97E12) is known color: Ochre. HEX triplet: C9, 7E and 12. RGB value is (201,126,18). Sum of RGB (Red+Green+Blue) = 201+126+18=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97E12 is #3681ED. Grayscale: #888888. Windows color (decimal): -3572206 or 1212105. OLE color: 1212105.
HSL color Cylindrical-coordinate representation of color #C97E12: hue angle of 35.41º 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 #C97E12 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 18 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.21 |
| HSL | 35.41º | 0.84% | 0.43% | - |
| HSV(B) | 35.41º | 0.91% | 0.79% | - |
| XYZ | 31.66 | 27.38 | 4.19 | - |
| YUV | 136.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 18 | 0 | 0.37 | 0.91 | 0.21 | 35.41 | 0.84 | 0.43 |
| Hex | C9 | 7E | 12 | 0 | 25 | 5B | 15 | 23 | 54 | 2B |
| Octal | 311 | 176 | 22 | 0 | 45 | 133 | 25 | 43 | 124 | 53 |
| Binary | 11001001 | 1111110 | 10010 | 0 | 100101 | 1011011 | 10101 | 100011 | 1010100 | 101011 |
Color Harmonies of #C97E12
Complementary color
Monochromatic Colors of #C97E12
Black with #C97E12
Text Example
Text Example
White with #C97E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E12; }
p { color: rgb(201,126,18); }
H1.HeaderClassName
{
color: #C97E12;
}
.AnyTagClassName
{
color: #C97E12;
}
</style>
background-color css
<style>
a { background-color: #C97E12; }
a { background-color: rgb(201,126,18); }
div.DivClassName
{
background-color: #C97E12;
}
.BgClassName
{
background-color: #C97E12;
}
</style>
border-color css
<style>
span { border-color: #C97E12; }
span { border-color: rgb(201,126,18); }
td.TdClassName
{
border-color: #C97E12;
}
.TagClassName
{
border-color: #C97E12;
}
</style>