Shades of Ochre #C97B15
Tints of Ochre #C97B15
RGB
CMYK
RGB Variations
Color information
#C97B15 (or 0xC97B15) is known color: Ochre. HEX triplet: C9, 7B and 15. RGB value is (201,123,21). Sum of RGB (Red+Green+Blue) = 201+123+21=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97B15 is #3684EA. Grayscale: #878787. Windows color (decimal): -3572971 or 1407945. OLE color: 1407945.
HSL color Cylindrical-coordinate representation of color #C97B15: hue angle of 34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C97B15 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 21 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.21 |
| HSL | 34º | 0.81% | 0.44% | - |
| HSV(B) | 34º | 0.9% | 0.79% | - |
| XYZ | 31.31 | 26.64 | 4.2 | - |
| YUV | 134.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 21 | 0 | 0.39 | 0.90 | 0.21 | 34 | 0.81 | 0.44 |
| Hex | C9 | 7B | 15 | 0 | 27 | 5A | 15 | 22 | 51 | 2C |
| Octal | 311 | 173 | 25 | 0 | 47 | 132 | 25 | 42 | 121 | 54 |
| Binary | 11001001 | 1111011 | 10101 | 0 | 100111 | 1011010 | 10101 | 100010 | 1010001 | 101100 |
Color Harmonies of #C97B15
Complementary color
Monochromatic Colors of #C97B15
Black with #C97B15
Text Example
Text Example
White with #C97B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B15; }
p { color: rgb(201,123,21); }
H1.HeaderClassName
{
color: #C97B15;
}
.AnyTagClassName
{
color: #C97B15;
}
</style>
background-color css
<style>
a { background-color: #C97B15; }
a { background-color: rgb(201,123,21); }
div.DivClassName
{
background-color: #C97B15;
}
.BgClassName
{
background-color: #C97B15;
}
</style>
border-color css
<style>
span { border-color: #C97B15; }
span { border-color: rgb(201,123,21); }
td.TdClassName
{
border-color: #C97B15;
}
.TagClassName
{
border-color: #C97B15;
}
</style>