Shades of Ochre #C27E20
Tints of Ochre #C27E20
RGB
CMYK
RGB Variations
Color information
#C27E20 (or 0xC27E20) is known color: Ochre. HEX triplet: C2, 7E and 20. RGB value is (194,126,32). Sum of RGB (Red+Green+Blue) = 194+126+32=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E20 is #3D81DF. Grayscale: #888888. Windows color (decimal): -4030944 or 2129602. OLE color: 2129602.
HSL color Cylindrical-coordinate representation of color #C27E20: hue angle of 34.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C27E20 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 32 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.24 |
| HSL | 34.81º | 0.72% | 0.44% | - |
| HSV(B) | 34.81º | 0.84% | 0.76% | - |
| XYZ | 29.97 | 26.5 | 4.9 | - |
| YUV | 135.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 32 | 0 | 0.35 | 0.84 | 0.24 | 34.81 | 0.72 | 0.44 |
| Hex | C2 | 7E | 20 | 0 | 23 | 54 | 18 | 23 | 48 | 2C |
| Octal | 302 | 176 | 40 | 0 | 43 | 124 | 30 | 43 | 110 | 54 |
| Binary | 11000010 | 1111110 | 100000 | 0 | 100011 | 1010100 | 11000 | 100011 | 1001000 | 101100 |
Color Harmonies of #C27E20
Complementary color
Monochromatic Colors of #C27E20
Black with #C27E20
Text Example
Text Example
White with #C27E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E20; }
p { color: rgb(194,126,32); }
H1.HeaderClassName
{
color: #C27E20;
}
.AnyTagClassName
{
color: #C27E20;
}
</style>
background-color css
<style>
a { background-color: #C27E20; }
a { background-color: rgb(194,126,32); }
div.DivClassName
{
background-color: #C27E20;
}
.BgClassName
{
background-color: #C27E20;
}
</style>
border-color css
<style>
span { border-color: #C27E20; }
span { border-color: rgb(194,126,32); }
td.TdClassName
{
border-color: #C27E20;
}
.TagClassName
{
border-color: #C27E20;
}
</style>