Shades of Ochre #C27121
Tints of Ochre #C27121
RGB
CMYK
RGB Variations
Color information
#C27121 (or 0xC27121) is known color: Ochre. HEX triplet: C2, 71 and 21. RGB value is (194,113,33). Sum of RGB (Red+Green+Blue) = 194+113+33=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C27121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27121 is #3D8EDE. Grayscale: #808080. Windows color (decimal): -4034271 or 2191810. OLE color: 2191810.
HSL color Cylindrical-coordinate representation of color #C27121: hue angle of 29.81º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C27121 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 33 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.24 |
| HSL | 29.81º | 0.71% | 0.45% | - |
| HSV(B) | 29.81º | 0.83% | 0.76% | - |
| XYZ | 28.43 | 23.39 | 4.46 | - |
| YUV | 128.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 33 | 0 | 0.42 | 0.83 | 0.24 | 29.81 | 0.71 | 0.45 |
| Hex | C2 | 71 | 21 | 0 | 2A | 53 | 18 | 1E | 47 | 2D |
| Octal | 302 | 161 | 41 | 0 | 52 | 123 | 30 | 36 | 107 | 55 |
| Binary | 11000010 | 1110001 | 100001 | 0 | 101010 | 1010011 | 11000 | 11110 | 1000111 | 101101 |
Color Harmonies of #C27121
Complementary color
Monochromatic Colors of #C27121
Black with #C27121
Text Example
Text Example
White with #C27121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27121; }
p { color: rgb(194,113,33); }
H1.HeaderClassName
{
color: #C27121;
}
.AnyTagClassName
{
color: #C27121;
}
</style>
background-color css
<style>
a { background-color: #C27121; }
a { background-color: rgb(194,113,33); }
div.DivClassName
{
background-color: #C27121;
}
.BgClassName
{
background-color: #C27121;
}
</style>
border-color css
<style>
span { border-color: #C27121; }
span { border-color: rgb(194,113,33); }
td.TdClassName
{
border-color: #C27121;
}
.TagClassName
{
border-color: #C27121;
}
</style>