Shades of Ochre #C97F20
Tints of Ochre #C97F20
RGB
CMYK
RGB Variations
Color information
#C97F20 (or 0xC97F20) is known color: Ochre. HEX triplet: C9, 7F and 20. RGB value is (201,127,32). Sum of RGB (Red+Green+Blue) = 201+127+32=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F20 is #3680DF. Grayscale: #8A8A8A. Windows color (decimal): -3571936 or 2129865. OLE color: 2129865.
HSL color Cylindrical-coordinate representation of color #C97F20: hue angle of 33.73º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C97F20 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 32 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.21 |
| HSL | 33.73º | 0.73% | 0.46% | - |
| HSV(B) | 33.73º | 0.84% | 0.79% | - |
| XYZ | 31.94 | 27.7 | 5.03 | - |
| YUV | 138.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 32 | 0 | 0.37 | 0.84 | 0.21 | 33.73 | 0.73 | 0.46 |
| Hex | C9 | 7F | 20 | 0 | 25 | 54 | 15 | 22 | 49 | 2E |
| Octal | 311 | 177 | 40 | 0 | 45 | 124 | 25 | 42 | 111 | 56 |
| Binary | 11001001 | 1111111 | 100000 | 0 | 100101 | 1010100 | 10101 | 100010 | 1001001 | 101110 |
Color Harmonies of #C97F20
Complementary color
Monochromatic Colors of #C97F20
Black with #C97F20
Text Example
Text Example
White with #C97F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F20; }
p { color: rgb(201,127,32); }
H1.HeaderClassName
{
color: #C97F20;
}
.AnyTagClassName
{
color: #C97F20;
}
</style>
background-color css
<style>
a { background-color: #C97F20; }
a { background-color: rgb(201,127,32); }
div.DivClassName
{
background-color: #C97F20;
}
.BgClassName
{
background-color: #C97F20;
}
</style>
border-color css
<style>
span { border-color: #C97F20; }
span { border-color: rgb(201,127,32); }
td.TdClassName
{
border-color: #C97F20;
}
.TagClassName
{
border-color: #C97F20;
}
</style>