Shades of Ochre #C97C15
Tints of Ochre #C97C15
RGB
CMYK
RGB Variations
Color information
#C97C15 (or 0xC97C15) is known color: Ochre. HEX triplet: C9, 7C and 15. RGB value is (201,124,21). Sum of RGB (Red+Green+Blue) = 201+124+21=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C15 is #3683EA. Grayscale: #878787. Windows color (decimal): -3572715 or 1408201. OLE color: 1408201.
HSL color Cylindrical-coordinate representation of color #C97C15: hue angle of 34.33º 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 #C97C15 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.21 |
| HSL | 34.33º | 0.81% | 0.44% | - |
| HSV(B) | 34.33º | 0.9% | 0.79% | - |
| XYZ | 31.43 | 26.89 | 4.24 | - |
| YUV | 135.28 | 63.51 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 21 | 0 | 0.38 | 0.90 | 0.21 | 34.33 | 0.81 | 0.44 |
| Hex | C9 | 7C | 15 | 0 | 26 | 5A | 15 | 22 | 51 | 2C |
| Octal | 311 | 174 | 25 | 0 | 46 | 132 | 25 | 42 | 121 | 54 |
| Binary | 11001001 | 1111100 | 10101 | 0 | 100110 | 1011010 | 10101 | 100010 | 1010001 | 101100 |
Color Harmonies of #C97C15
Complementary color
Monochromatic Colors of #C97C15
Black with #C97C15
Text Example
Text Example
White with #C97C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C15; }
p { color: rgb(201,124,21); }
H1.HeaderClassName
{
color: #C97C15;
}
.AnyTagClassName
{
color: #C97C15;
}
</style>
background-color css
<style>
a { background-color: #C97C15; }
a { background-color: rgb(201,124,21); }
div.DivClassName
{
background-color: #C97C15;
}
.BgClassName
{
background-color: #C97C15;
}
</style>
border-color css
<style>
span { border-color: #C97C15; }
span { border-color: rgb(201,124,21); }
td.TdClassName
{
border-color: #C97C15;
}
.TagClassName
{
border-color: #C97C15;
}
</style>