Shades of Ochre #C97D12
Tints of Ochre #C97D12
RGB
CMYK
RGB Variations
Color information
#C97D12 (or 0xC97D12) is known color: Ochre. HEX triplet: C9, 7D and 12. RGB value is (201,125,18). Sum of RGB (Red+Green+Blue) = 201+125+18=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D12 is #3682ED. Grayscale: #888888. Windows color (decimal): -3572462 or 1211849. OLE color: 1211849.
HSL color Cylindrical-coordinate representation of color #C97D12: hue angle of 35.08º 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 #C97D12 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.21 |
| HSL | 35.08º | 0.84% | 0.43% | - |
| HSV(B) | 35.08º | 0.91% | 0.79% | - |
| XYZ | 31.53 | 27.13 | 4.15 | - |
| YUV | 135.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 18 | 0 | 0.38 | 0.91 | 0.21 | 35.08 | 0.84 | 0.43 |
| Hex | C9 | 7D | 12 | 0 | 26 | 5B | 15 | 23 | 54 | 2B |
| Octal | 311 | 175 | 22 | 0 | 46 | 133 | 25 | 43 | 124 | 53 |
| Binary | 11001001 | 1111101 | 10010 | 0 | 100110 | 1011011 | 10101 | 100011 | 1010100 | 101011 |
Color Harmonies of #C97D12
Complementary color
Monochromatic Colors of #C97D12
Black with #C97D12
Text Example
Text Example
White with #C97D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D12; }
p { color: rgb(201,125,18); }
H1.HeaderClassName
{
color: #C97D12;
}
.AnyTagClassName
{
color: #C97D12;
}
</style>
background-color css
<style>
a { background-color: #C97D12; }
a { background-color: rgb(201,125,18); }
div.DivClassName
{
background-color: #C97D12;
}
.BgClassName
{
background-color: #C97D12;
}
</style>
border-color css
<style>
span { border-color: #C97D12; }
span { border-color: rgb(201,125,18); }
td.TdClassName
{
border-color: #C97D12;
}
.TagClassName
{
border-color: #C97D12;
}
</style>