Shades of Ochre #C2711B
Tints of Ochre #C2711B
RGB
CMYK
RGB Variations
Color information
#C2711B (or 0xC2711B) is known color: Ochre. HEX triplet: C2, 71 and 1B. RGB value is (194,113,27). Sum of RGB (Red+Green+Blue) = 194+113+27=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2711B is #3D8EE4. Grayscale: #7F7F7F. Windows color (decimal): -4034277 or 1798594. OLE color: 1798594.
HSL color Cylindrical-coordinate representation of color #C2711B: hue angle of 30.9º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2711B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 27 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.24 |
| HSL | 30.9º | 0.76% | 0.43% | - |
| HSV(B) | 30.9º | 0.86% | 0.76% | - |
| XYZ | 28.35 | 23.36 | 4.05 | - |
| YUV | 127.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 27 | 0 | 0.42 | 0.86 | 0.24 | 30.9 | 0.76 | 0.43 |
| Hex | C2 | 71 | 1B | 0 | 2A | 56 | 18 | 1F | 4C | 2B |
| Octal | 302 | 161 | 33 | 0 | 52 | 126 | 30 | 37 | 114 | 53 |
| Binary | 11000010 | 1110001 | 11011 | 0 | 101010 | 1010110 | 11000 | 11111 | 1001100 | 101011 |
Color Harmonies of #C2711B
Complementary color
Monochromatic Colors of #C2711B
Black with #C2711B
Text Example
Text Example
White with #C2711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2711B; }
p { color: rgb(194,113,27); }
H1.HeaderClassName
{
color: #C2711B;
}
.AnyTagClassName
{
color: #C2711B;
}
</style>
background-color css
<style>
a { background-color: #C2711B; }
a { background-color: rgb(194,113,27); }
div.DivClassName
{
background-color: #C2711B;
}
.BgClassName
{
background-color: #C2711B;
}
</style>
border-color css
<style>
span { border-color: #C2711B; }
span { border-color: rgb(194,113,27); }
td.TdClassName
{
border-color: #C2711B;
}
.TagClassName
{
border-color: #C2711B;
}
</style>