Shades of Ochre #C27210
Tints of Ochre #C27210
RGB
CMYK
RGB Variations
Color information
#C27210 (or 0xC27210) is known color: Ochre. HEX triplet: C2, 72 and 10. RGB value is (194,114,16). Sum of RGB (Red+Green+Blue) = 194+114+16=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C27210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27210 is #3D8DEF. Grayscale: #7F7F7F. Windows color (decimal): -4034032 or 1077954. OLE color: 1077954.
HSL color Cylindrical-coordinate representation of color #C27210: hue angle of 33.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C27210 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.24 |
| HSL | 33.03º | 0.85% | 0.41% | - |
| HSV(B) | 33.03º | 0.92% | 0.76% | - |
| XYZ | 28.36 | 23.54 | 3.54 | - |
| YUV | 126.75 | 65.5 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 16 | 0 | 0.41 | 0.92 | 0.24 | 33.03 | 0.85 | 0.41 |
| Hex | C2 | 72 | 10 | 0 | 29 | 5C | 18 | 21 | 55 | 29 |
| Octal | 302 | 162 | 20 | 0 | 51 | 134 | 30 | 41 | 125 | 51 |
| Binary | 11000010 | 1110010 | 10000 | 0 | 101001 | 1011100 | 11000 | 100001 | 1010101 | 101001 |
Color Harmonies of #C27210
Complementary color
Monochromatic Colors of #C27210
Black with #C27210
Text Example
Text Example
White with #C27210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27210; }
p { color: rgb(194,114,16); }
H1.HeaderClassName
{
color: #C27210;
}
.AnyTagClassName
{
color: #C27210;
}
</style>
background-color css
<style>
a { background-color: #C27210; }
a { background-color: rgb(194,114,16); }
div.DivClassName
{
background-color: #C27210;
}
.BgClassName
{
background-color: #C27210;
}
</style>
border-color css
<style>
span { border-color: #C27210; }
span { border-color: rgb(194,114,16); }
td.TdClassName
{
border-color: #C27210;
}
.TagClassName
{
border-color: #C27210;
}
</style>