Shades of Ochre #C97A12
Tints of Ochre #C97A12
RGB
CMYK
RGB Variations
Color information
#C97A12 (or 0xC97A12) is known color: Ochre. HEX triplet: C9, 7A and 12. RGB value is (201,122,18). Sum of RGB (Red+Green+Blue) = 201+122+18=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A12 is #3685ED. Grayscale: #868686. Windows color (decimal): -3573230 or 1211081. OLE color: 1211081.
HSL color Cylindrical-coordinate representation of color #C97A12: hue angle of 34.1º 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 #C97A12 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 18 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.21 |
| HSL | 34.1º | 0.84% | 0.43% | - |
| HSV(B) | 34.1º | 0.91% | 0.79% | - |
| XYZ | 31.16 | 26.38 | 4.02 | - |
| YUV | 133.77 | 62.67 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 18 | 0 | 0.39 | 0.91 | 0.21 | 34.1 | 0.84 | 0.43 |
| Hex | C9 | 7A | 12 | 0 | 27 | 5B | 15 | 22 | 54 | 2B |
| Octal | 311 | 172 | 22 | 0 | 47 | 133 | 25 | 42 | 124 | 53 |
| Binary | 11001001 | 1111010 | 10010 | 0 | 100111 | 1011011 | 10101 | 100010 | 1010100 | 101011 |
Color Harmonies of #C97A12
Complementary color
Monochromatic Colors of #C97A12
Black with #C97A12
Text Example
Text Example
White with #C97A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A12; }
p { color: rgb(201,122,18); }
H1.HeaderClassName
{
color: #C97A12;
}
.AnyTagClassName
{
color: #C97A12;
}
</style>
background-color css
<style>
a { background-color: #C97A12; }
a { background-color: rgb(201,122,18); }
div.DivClassName
{
background-color: #C97A12;
}
.BgClassName
{
background-color: #C97A12;
}
</style>
border-color css
<style>
span { border-color: #C97A12; }
span { border-color: rgb(201,122,18); }
td.TdClassName
{
border-color: #C97A12;
}
.TagClassName
{
border-color: #C97A12;
}
</style>