Shades of Ochre #C27610
Tints of Ochre #C27610
RGB
CMYK
RGB Variations
Color information
#C27610 (or 0xC27610) is known color: Ochre. HEX triplet: C2, 76 and 10. RGB value is (194,118,16). Sum of RGB (Red+Green+Blue) = 194+118+16=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27610 is #3D89EF. Grayscale: #818181. Windows color (decimal): -4033008 or 1078978. OLE color: 1078978.
HSL color Cylindrical-coordinate representation of color #C27610: hue angle of 34.38º 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 #C27610 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 16 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.24 |
| HSL | 34.38º | 0.85% | 0.41% | - |
| HSV(B) | 34.38º | 0.92% | 0.76% | - |
| XYZ | 28.82 | 24.46 | 3.69 | - |
| YUV | 129.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 16 | 0 | 0.39 | 0.92 | 0.24 | 34.38 | 0.85 | 0.41 |
| Hex | C2 | 76 | 10 | 0 | 27 | 5C | 18 | 22 | 55 | 29 |
| Octal | 302 | 166 | 20 | 0 | 47 | 134 | 30 | 42 | 125 | 51 |
| Binary | 11000010 | 1110110 | 10000 | 0 | 100111 | 1011100 | 11000 | 100010 | 1010101 | 101001 |
Color Harmonies of #C27610
Complementary color
Monochromatic Colors of #C27610
Black with #C27610
Text Example
Text Example
White with #C27610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27610; }
p { color: rgb(194,118,16); }
H1.HeaderClassName
{
color: #C27610;
}
.AnyTagClassName
{
color: #C27610;
}
</style>
background-color css
<style>
a { background-color: #C27610; }
a { background-color: rgb(194,118,16); }
div.DivClassName
{
background-color: #C27610;
}
.BgClassName
{
background-color: #C27610;
}
</style>
border-color css
<style>
span { border-color: #C27610; }
span { border-color: rgb(194,118,16); }
td.TdClassName
{
border-color: #C27610;
}
.TagClassName
{
border-color: #C27610;
}
</style>