Shades of Ochre #C97B11
Tints of Ochre #C97B11
RGB
CMYK
RGB Variations
Color information
#C97B11 (or 0xC97B11) is known color: Ochre. HEX triplet: C9, 7B and 11. RGB value is (201,123,17). Sum of RGB (Red+Green+Blue) = 201+123+17=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97B11 is #3684EE. Grayscale: #868686. Windows color (decimal): -3572975 or 1145801. OLE color: 1145801.
HSL color Cylindrical-coordinate representation of color #C97B11: hue angle of 34.57º 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 #C97B11 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 17 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.21 |
| HSL | 34.57º | 0.84% | 0.43% | - |
| HSV(B) | 34.57º | 0.92% | 0.79% | - |
| XYZ | 31.27 | 26.62 | 4.02 | - |
| YUV | 134.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 17 | 0 | 0.39 | 0.92 | 0.21 | 34.57 | 0.84 | 0.43 |
| Hex | C9 | 7B | 11 | 0 | 27 | 5C | 15 | 23 | 54 | 2B |
| Octal | 311 | 173 | 21 | 0 | 47 | 134 | 25 | 43 | 124 | 53 |
| Binary | 11001001 | 1111011 | 10001 | 0 | 100111 | 1011100 | 10101 | 100011 | 1010100 | 101011 |
Color Harmonies of #C97B11
Complementary color
Monochromatic Colors of #C97B11
Black with #C97B11
Text Example
Text Example
White with #C97B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B11; }
p { color: rgb(201,123,17); }
H1.HeaderClassName
{
color: #C97B11;
}
.AnyTagClassName
{
color: #C97B11;
}
</style>
background-color css
<style>
a { background-color: #C97B11; }
a { background-color: rgb(201,123,17); }
div.DivClassName
{
background-color: #C97B11;
}
.BgClassName
{
background-color: #C97B11;
}
</style>
border-color css
<style>
span { border-color: #C97B11; }
span { border-color: rgb(201,123,17); }
td.TdClassName
{
border-color: #C97B11;
}
.TagClassName
{
border-color: #C97B11;
}
</style>