Shades of Ochre #C27516
Tints of Ochre #C27516
RGB
CMYK
RGB Variations
Color information
#C27516 (or 0xC27516) is known color: Ochre. HEX triplet: C2, 75 and 16. RGB value is (194,117,22). Sum of RGB (Red+Green+Blue) = 194+117+22=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C27516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27516 is #3D8AE9. Grayscale: #818181. Windows color (decimal): -4033258 or 1471938. OLE color: 1471938.
HSL color Cylindrical-coordinate representation of color #C27516: hue angle of 33.14º 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 #C27516 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.24 |
| HSL | 33.14º | 0.8% | 0.42% | - |
| HSV(B) | 33.14º | 0.89% | 0.76% | - |
| XYZ | 28.75 | 24.25 | 3.92 | - |
| YUV | 129.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 22 | 0 | 0.40 | 0.89 | 0.24 | 33.14 | 0.8 | 0.42 |
| Hex | C2 | 75 | 16 | 0 | 28 | 59 | 18 | 21 | 50 | 2A |
| Octal | 302 | 165 | 26 | 0 | 50 | 131 | 30 | 41 | 120 | 52 |
| Binary | 11000010 | 1110101 | 10110 | 0 | 101000 | 1011001 | 11000 | 100001 | 1010000 | 101010 |
Color Harmonies of #C27516
Complementary color
Monochromatic Colors of #C27516
Black with #C27516
Text Example
Text Example
White with #C27516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27516; }
p { color: rgb(194,117,22); }
H1.HeaderClassName
{
color: #C27516;
}
.AnyTagClassName
{
color: #C27516;
}
</style>
background-color css
<style>
a { background-color: #C27516; }
a { background-color: rgb(194,117,22); }
div.DivClassName
{
background-color: #C27516;
}
.BgClassName
{
background-color: #C27516;
}
</style>
border-color css
<style>
span { border-color: #C27516; }
span { border-color: rgb(194,117,22); }
td.TdClassName
{
border-color: #C27516;
}
.TagClassName
{
border-color: #C27516;
}
</style>