Shades of Ochre #C17213
Tints of Ochre #C17213
RGB
CMYK
RGB Variations
Color information
#C17213 (or 0xC17213) is known color: Ochre. HEX triplet: C1, 72 and 13. RGB value is (193,114,19). Sum of RGB (Red+Green+Blue) = 193+114+19=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C17213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17213 is #3E8DEC. Grayscale: #7F7F7F. Windows color (decimal): -4099565 or 1274561. OLE color: 1274561.
HSL color Cylindrical-coordinate representation of color #C17213: hue angle of 32.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17213 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 19 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.24 |
| HSL | 32.76º | 0.82% | 0.42% | - |
| HSV(B) | 32.76º | 0.9% | 0.76% | - |
| XYZ | 28.13 | 23.42 | 3.65 | - |
| YUV | 126.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 19 | 0 | 0.41 | 0.90 | 0.24 | 32.76 | 0.82 | 0.42 |
| Hex | C1 | 72 | 13 | 0 | 29 | 5A | 18 | 21 | 52 | 2A |
| Octal | 301 | 162 | 23 | 0 | 51 | 132 | 30 | 41 | 122 | 52 |
| Binary | 11000001 | 1110010 | 10011 | 0 | 101001 | 1011010 | 11000 | 100001 | 1010010 | 101010 |
Color Harmonies of #C17213
Complementary color
Monochromatic Colors of #C17213
Black with #C17213
Text Example
Text Example
White with #C17213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17213; }
p { color: rgb(193,114,19); }
H1.HeaderClassName
{
color: #C17213;
}
.AnyTagClassName
{
color: #C17213;
}
</style>
background-color css
<style>
a { background-color: #C17213; }
a { background-color: rgb(193,114,19); }
div.DivClassName
{
background-color: #C17213;
}
.BgClassName
{
background-color: #C17213;
}
</style>
border-color css
<style>
span { border-color: #C17213; }
span { border-color: rgb(193,114,19); }
td.TdClassName
{
border-color: #C17213;
}
.TagClassName
{
border-color: #C17213;
}
</style>