Shades of Ochre #C27316
Tints of Ochre #C27316
RGB
CMYK
RGB Variations
Color information
#C27316 (or 0xC27316) is known color: Ochre. HEX triplet: C2, 73 and 16. RGB value is (194,115,22). Sum of RGB (Red+Green+Blue) = 194+115+22=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C27316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27316 is #3D8CE9. Grayscale: #808080. Windows color (decimal): -4033770 or 1471426. OLE color: 1471426.
HSL color Cylindrical-coordinate representation of color #C27316: hue angle of 32.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C27316 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.24 |
| HSL | 32.44º | 0.8% | 0.42% | - |
| HSV(B) | 32.44º | 0.89% | 0.76% | - |
| XYZ | 28.52 | 23.79 | 3.85 | - |
| YUV | 128.02 | 68.17 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 22 | 0 | 0.41 | 0.89 | 0.24 | 32.44 | 0.8 | 0.42 |
| Hex | C2 | 73 | 16 | 0 | 29 | 59 | 18 | 20 | 50 | 2A |
| Octal | 302 | 163 | 26 | 0 | 51 | 131 | 30 | 40 | 120 | 52 |
| Binary | 11000010 | 1110011 | 10110 | 0 | 101001 | 1011001 | 11000 | 100000 | 1010000 | 101010 |
Color Harmonies of #C27316
Complementary color
Monochromatic Colors of #C27316
Black with #C27316
Text Example
Text Example
White with #C27316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27316; }
p { color: rgb(194,115,22); }
H1.HeaderClassName
{
color: #C27316;
}
.AnyTagClassName
{
color: #C27316;
}
</style>
background-color css
<style>
a { background-color: #C27316; }
a { background-color: rgb(194,115,22); }
div.DivClassName
{
background-color: #C27316;
}
.BgClassName
{
background-color: #C27316;
}
</style>
border-color css
<style>
span { border-color: #C27316; }
span { border-color: rgb(194,115,22); }
td.TdClassName
{
border-color: #C27316;
}
.TagClassName
{
border-color: #C27316;
}
</style>