Shades of Ochre #C27614
Tints of Ochre #C27614
RGB
CMYK
RGB Variations
Color information
#C27614 (or 0xC27614) is known color: Ochre. HEX triplet: C2, 76 and 14. RGB value is (194,118,20). Sum of RGB (Red+Green+Blue) = 194+118+20=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C27614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27614 is #3D89EB. Grayscale: #828282. Windows color (decimal): -4033004 or 1341122. OLE color: 1341122.
HSL color Cylindrical-coordinate representation of color #C27614: hue angle of 33.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C27614 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.24 |
| HSL | 33.79º | 0.81% | 0.42% | - |
| HSV(B) | 33.79º | 0.9% | 0.76% | - |
| XYZ | 28.85 | 24.48 | 3.87 | - |
| YUV | 129.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 20 | 0 | 0.39 | 0.90 | 0.24 | 33.79 | 0.81 | 0.42 |
| Hex | C2 | 76 | 14 | 0 | 27 | 5A | 18 | 22 | 51 | 2A |
| Octal | 302 | 166 | 24 | 0 | 47 | 132 | 30 | 42 | 121 | 52 |
| Binary | 11000010 | 1110110 | 10100 | 0 | 100111 | 1011010 | 11000 | 100010 | 1010001 | 101010 |
Color Harmonies of #C27614
Complementary color
Monochromatic Colors of #C27614
Black with #C27614
Text Example
Text Example
White with #C27614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27614; }
p { color: rgb(194,118,20); }
H1.HeaderClassName
{
color: #C27614;
}
.AnyTagClassName
{
color: #C27614;
}
</style>
background-color css
<style>
a { background-color: #C27614; }
a { background-color: rgb(194,118,20); }
div.DivClassName
{
background-color: #C27614;
}
.BgClassName
{
background-color: #C27614;
}
</style>
border-color css
<style>
span { border-color: #C27614; }
span { border-color: rgb(194,118,20); }
td.TdClassName
{
border-color: #C27614;
}
.TagClassName
{
border-color: #C27614;
}
</style>