Shades of Ochre #C27C16
Tints of Ochre #C27C16
RGB
CMYK
RGB Variations
Color information
#C27C16 (or 0xC27C16) is known color: Ochre. HEX triplet: C2, 7C and 16. RGB value is (194,124,22). Sum of RGB (Red+Green+Blue) = 194+124+22=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C16 is #3D83E9. Grayscale: #858585. Windows color (decimal): -4031466 or 1473730. OLE color: 1473730.
HSL color Cylindrical-coordinate representation of color #C27C16: hue angle of 35.58º 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 #C27C16 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.24 |
| HSL | 35.58º | 0.8% | 0.42% | - |
| HSV(B) | 35.58º | 0.89% | 0.76% | - |
| XYZ | 29.6 | 25.94 | 4.21 | - |
| YUV | 133.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 22 | 0 | 0.36 | 0.89 | 0.24 | 35.58 | 0.8 | 0.42 |
| Hex | C2 | 7C | 16 | 0 | 24 | 59 | 18 | 24 | 50 | 2A |
| Octal | 302 | 174 | 26 | 0 | 44 | 131 | 30 | 44 | 120 | 52 |
| Binary | 11000010 | 1111100 | 10110 | 0 | 100100 | 1011001 | 11000 | 100100 | 1010000 | 101010 |
Color Harmonies of #C27C16
Complementary color
Monochromatic Colors of #C27C16
Black with #C27C16
Text Example
Text Example
White with #C27C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C16; }
p { color: rgb(194,124,22); }
H1.HeaderClassName
{
color: #C27C16;
}
.AnyTagClassName
{
color: #C27C16;
}
</style>
background-color css
<style>
a { background-color: #C27C16; }
a { background-color: rgb(194,124,22); }
div.DivClassName
{
background-color: #C27C16;
}
.BgClassName
{
background-color: #C27C16;
}
</style>
border-color css
<style>
span { border-color: #C27C16; }
span { border-color: rgb(194,124,22); }
td.TdClassName
{
border-color: #C27C16;
}
.TagClassName
{
border-color: #C27C16;
}
</style>