Shades of Ochre #C1711E
Tints of Ochre #C1711E
RGB
CMYK
RGB Variations
Color information
#C1711E (or 0xC1711E) is known color: Ochre. HEX triplet: C1, 71 and 1E. RGB value is (193,113,30). Sum of RGB (Red+Green+Blue) = 193+113+30=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1711E is #3E8EE1. Grayscale: #7F7F7F. Windows color (decimal): -4099810 or 1995201. OLE color: 1995201.
HSL color Cylindrical-coordinate representation of color #C1711E: hue angle of 30.55º degrees, saturation: 0.73, 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 #C1711E is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 30 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.24 |
| HSL | 30.55º | 0.73% | 0.44% | - |
| HSV(B) | 30.55º | 0.84% | 0.76% | - |
| XYZ | 28.13 | 23.24 | 4.23 | - |
| YUV | 127.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 30 | 0 | 0.41 | 0.84 | 0.24 | 30.55 | 0.73 | 0.44 |
| Hex | C1 | 71 | 1E | 0 | 29 | 54 | 18 | 1F | 49 | 2C |
| Octal | 301 | 161 | 36 | 0 | 51 | 124 | 30 | 37 | 111 | 54 |
| Binary | 11000001 | 1110001 | 11110 | 0 | 101001 | 1010100 | 11000 | 11111 | 1001001 | 101100 |
Color Harmonies of #C1711E
Complementary color
Monochromatic Colors of #C1711E
Black with #C1711E
Text Example
Text Example
White with #C1711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1711E; }
p { color: rgb(193,113,30); }
H1.HeaderClassName
{
color: #C1711E;
}
.AnyTagClassName
{
color: #C1711E;
}
</style>
background-color css
<style>
a { background-color: #C1711E; }
a { background-color: rgb(193,113,30); }
div.DivClassName
{
background-color: #C1711E;
}
.BgClassName
{
background-color: #C1711E;
}
</style>
border-color css
<style>
span { border-color: #C1711E; }
span { border-color: rgb(193,113,30); }
td.TdClassName
{
border-color: #C1711E;
}
.TagClassName
{
border-color: #C1711E;
}
</style>