Shades of Ochre #C97D11
Tints of Ochre #C97D11
RGB
CMYK
RGB Variations
Color information
#C97D11 (or 0xC97D11) is known color: Ochre. HEX triplet: C9, 7D and 11. RGB value is (201,125,17). Sum of RGB (Red+Green+Blue) = 201+125+17=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D11 is #3682EE. Grayscale: #878787. Windows color (decimal): -3572463 or 1146313. OLE color: 1146313.
HSL color Cylindrical-coordinate representation of color #C97D11: hue angle of 35.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C97D11 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 17 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.21 |
| HSL | 35.22º | 0.84% | 0.43% | - |
| HSV(B) | 35.22º | 0.92% | 0.79% | - |
| XYZ | 31.52 | 27.13 | 4.1 | - |
| YUV | 135.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 17 | 0 | 0.38 | 0.92 | 0.21 | 35.22 | 0.84 | 0.43 |
| Hex | C9 | 7D | 11 | 0 | 26 | 5C | 15 | 23 | 54 | 2B |
| Octal | 311 | 175 | 21 | 0 | 46 | 134 | 25 | 43 | 124 | 53 |
| Binary | 11001001 | 1111101 | 10001 | 0 | 100110 | 1011100 | 10101 | 100011 | 1010100 | 101011 |
Color Harmonies of #C97D11
Complementary color
Monochromatic Colors of #C97D11
Black with #C97D11
Text Example
Text Example
White with #C97D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D11; }
p { color: rgb(201,125,17); }
H1.HeaderClassName
{
color: #C97D11;
}
.AnyTagClassName
{
color: #C97D11;
}
</style>
background-color css
<style>
a { background-color: #C97D11; }
a { background-color: rgb(201,125,17); }
div.DivClassName
{
background-color: #C97D11;
}
.BgClassName
{
background-color: #C97D11;
}
</style>
border-color css
<style>
span { border-color: #C97D11; }
span { border-color: rgb(201,125,17); }
td.TdClassName
{
border-color: #C97D11;
}
.TagClassName
{
border-color: #C97D11;
}
</style>