Shades of Ochre #C97027
Tints of Ochre #C97027
RGB
CMYK
RGB Variations
Color information
#C97027 (or 0xC97027) is known color: Ochre. HEX triplet: C9, 70 and 27. RGB value is (201,112,39). Sum of RGB (Red+Green+Blue) = 201+112+39=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C97027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97027 is #368FD8. Grayscale: #828282. Windows color (decimal): -3575769 or 2584777. OLE color: 2584777.
HSL color Cylindrical-coordinate representation of color #C97027: hue angle of 27.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C97027 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 39 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.21 |
| HSL | 27.04º | 0.68% | 0.47% | - |
| HSV(B) | 27.04º | 0.81% | 0.79% | - |
| XYZ | 30.25 | 24.15 | 4.99 | - |
| YUV | 130.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 39 | 0 | 0.44 | 0.81 | 0.21 | 27.04 | 0.68 | 0.47 |
| Hex | C9 | 70 | 27 | 0 | 2C | 51 | 15 | 1B | 44 | 2F |
| Octal | 311 | 160 | 47 | 0 | 54 | 121 | 25 | 33 | 104 | 57 |
| Binary | 11001001 | 1110000 | 100111 | 0 | 101100 | 1010001 | 10101 | 11011 | 1000100 | 101111 |
Color Harmonies of #C97027
Complementary color
Monochromatic Colors of #C97027
Black with #C97027
Text Example
Text Example
White with #C97027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97027; }
p { color: rgb(201,112,39); }
H1.HeaderClassName
{
color: #C97027;
}
.AnyTagClassName
{
color: #C97027;
}
</style>
background-color css
<style>
a { background-color: #C97027; }
a { background-color: rgb(201,112,39); }
div.DivClassName
{
background-color: #C97027;
}
.BgClassName
{
background-color: #C97027;
}
</style>
border-color css
<style>
span { border-color: #C97027; }
span { border-color: rgb(201,112,39); }
td.TdClassName
{
border-color: #C97027;
}
.TagClassName
{
border-color: #C97027;
}
</style>