Shades of Ochre #C27013
Tints of Ochre #C27013
RGB
CMYK
RGB Variations
Color information
#C27013 (or 0xC27013) is known color: Ochre. HEX triplet: C2, 70 and 13. RGB value is (194,112,19). Sum of RGB (Red+Green+Blue) = 194+112+19=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C27013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27013 is #3D8FEC. Grayscale: #7E7E7E. Windows color (decimal): -4034541 or 1274050. OLE color: 1274050.
HSL color Cylindrical-coordinate representation of color #C27013: hue angle of 31.89º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C27013 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.24 |
| HSL | 31.89º | 0.82% | 0.42% | - |
| HSV(B) | 31.89º | 0.9% | 0.76% | - |
| XYZ | 28.16 | 23.1 | 3.59 | - |
| YUV | 125.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 19 | 0 | 0.42 | 0.90 | 0.24 | 31.89 | 0.82 | 0.42 |
| Hex | C2 | 70 | 13 | 0 | 2A | 5A | 18 | 20 | 52 | 2A |
| Octal | 302 | 160 | 23 | 0 | 52 | 132 | 30 | 40 | 122 | 52 |
| Binary | 11000010 | 1110000 | 10011 | 0 | 101010 | 1011010 | 11000 | 100000 | 1010010 | 101010 |
Color Harmonies of #C27013
Complementary color
Monochromatic Colors of #C27013
Black with #C27013
Text Example
Text Example
White with #C27013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27013; }
p { color: rgb(194,112,19); }
H1.HeaderClassName
{
color: #C27013;
}
.AnyTagClassName
{
color: #C27013;
}
</style>
background-color css
<style>
a { background-color: #C27013; }
a { background-color: rgb(194,112,19); }
div.DivClassName
{
background-color: #C27013;
}
.BgClassName
{
background-color: #C27013;
}
</style>
border-color css
<style>
span { border-color: #C27013; }
span { border-color: rgb(194,112,19); }
td.TdClassName
{
border-color: #C27013;
}
.TagClassName
{
border-color: #C27013;
}
</style>