Shades of Ochre #C27E1E
Tints of Ochre #C27E1E
RGB
CMYK
RGB Variations
Color information
#C27E1E (or 0xC27E1E) is known color: Ochre. HEX triplet: C2, 7E and 1E. RGB value is (194,126,30). Sum of RGB (Red+Green+Blue) = 194+126+30=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E1E is #3D81E1. Grayscale: #878787. Windows color (decimal): -4030946 or 1998530. OLE color: 1998530.
HSL color Cylindrical-coordinate representation of color #C27E1E: hue angle of 35.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C27E1E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 30 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.24 |
| HSL | 35.12º | 0.73% | 0.44% | - |
| HSV(B) | 35.12º | 0.85% | 0.76% | - |
| XYZ | 29.94 | 26.48 | 4.76 | - |
| YUV | 135.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 30 | 0 | 0.35 | 0.85 | 0.24 | 35.12 | 0.73 | 0.44 |
| Hex | C2 | 7E | 1E | 0 | 23 | 55 | 18 | 23 | 49 | 2C |
| Octal | 302 | 176 | 36 | 0 | 43 | 125 | 30 | 43 | 111 | 54 |
| Binary | 11000010 | 1111110 | 11110 | 0 | 100011 | 1010101 | 11000 | 100011 | 1001001 | 101100 |
Color Harmonies of #C27E1E
Complementary color
Monochromatic Colors of #C27E1E
Black with #C27E1E
Text Example
Text Example
White with #C27E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E1E; }
p { color: rgb(194,126,30); }
H1.HeaderClassName
{
color: #C27E1E;
}
.AnyTagClassName
{
color: #C27E1E;
}
</style>
background-color css
<style>
a { background-color: #C27E1E; }
a { background-color: rgb(194,126,30); }
div.DivClassName
{
background-color: #C27E1E;
}
.BgClassName
{
background-color: #C27E1E;
}
</style>
border-color css
<style>
span { border-color: #C27E1E; }
span { border-color: rgb(194,126,30); }
td.TdClassName
{
border-color: #C27E1E;
}
.TagClassName
{
border-color: #C27E1E;
}
</style>