Shades of Ochre #C27416
Tints of Ochre #C27416
RGB
CMYK
RGB Variations
Color information
#C27416 (or 0xC27416) is known color: Ochre. HEX triplet: C2, 74 and 16. RGB value is (194,116,22). Sum of RGB (Red+Green+Blue) = 194+116+22=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C27416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27416 is #3D8BE9. Grayscale: #818181. Windows color (decimal): -4033514 or 1471682. OLE color: 1471682.
HSL color Cylindrical-coordinate representation of color #C27416: hue angle of 32.79º 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 #C27416 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.24 |
| HSL | 32.79º | 0.8% | 0.42% | - |
| HSV(B) | 32.79º | 0.89% | 0.76% | - |
| XYZ | 28.64 | 24.02 | 3.89 | - |
| YUV | 128.61 | 67.84 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 22 | 0 | 0.40 | 0.89 | 0.24 | 32.79 | 0.8 | 0.42 |
| Hex | C2 | 74 | 16 | 0 | 28 | 59 | 18 | 21 | 50 | 2A |
| Octal | 302 | 164 | 26 | 0 | 50 | 131 | 30 | 41 | 120 | 52 |
| Binary | 11000010 | 1110100 | 10110 | 0 | 101000 | 1011001 | 11000 | 100001 | 1010000 | 101010 |
Color Harmonies of #C27416
Complementary color
Monochromatic Colors of #C27416
Black with #C27416
Text Example
Text Example
White with #C27416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27416; }
p { color: rgb(194,116,22); }
H1.HeaderClassName
{
color: #C27416;
}
.AnyTagClassName
{
color: #C27416;
}
</style>
background-color css
<style>
a { background-color: #C27416; }
a { background-color: rgb(194,116,22); }
div.DivClassName
{
background-color: #C27416;
}
.BgClassName
{
background-color: #C27416;
}
</style>
border-color css
<style>
span { border-color: #C27416; }
span { border-color: rgb(194,116,22); }
td.TdClassName
{
border-color: #C27416;
}
.TagClassName
{
border-color: #C27416;
}
</style>