Shades of Ochre #C1710D
Tints of Ochre #C1710D
RGB
CMYK
RGB Variations
Color information
#C1710D (or 0xC1710D) is known color: Ochre. HEX triplet: C1, 71 and 0D. RGB value is (193,113,13). Sum of RGB (Red+Green+Blue) = 193+113+13=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1710D is #3E8EF2. Grayscale: #7E7E7E. Windows color (decimal): -4099827 or 881089. OLE color: 881089.
HSL color Cylindrical-coordinate representation of color #C1710D: hue angle of 33.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1710D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.24 |
| HSL | 33.33º | 0.87% | 0.4% | - |
| HSV(B) | 33.33º | 0.93% | 0.76% | - |
| XYZ | 27.97 | 23.18 | 3.38 | - |
| YUV | 125.52 | 64.5 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 13 | 0 | 0.41 | 0.93 | 0.24 | 33.33 | 0.87 | 0.4 |
| Hex | C1 | 71 | D | 0 | 29 | 5D | 18 | 21 | 57 | 28 |
| Octal | 301 | 161 | 15 | 0 | 51 | 135 | 30 | 41 | 127 | 50 |
| Binary | 11000001 | 1110001 | 1101 | 0 | 101001 | 1011101 | 11000 | 100001 | 1010111 | 101000 |
Color Harmonies of #C1710D
Complementary color
Monochromatic Colors of #C1710D
Black with #C1710D
Text Example
Text Example
White with #C1710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1710D; }
p { color: rgb(193,113,13); }
H1.HeaderClassName
{
color: #C1710D;
}
.AnyTagClassName
{
color: #C1710D;
}
</style>
background-color css
<style>
a { background-color: #C1710D; }
a { background-color: rgb(193,113,13); }
div.DivClassName
{
background-color: #C1710D;
}
.BgClassName
{
background-color: #C1710D;
}
</style>
border-color css
<style>
span { border-color: #C1710D; }
span { border-color: rgb(193,113,13); }
td.TdClassName
{
border-color: #C1710D;
}
.TagClassName
{
border-color: #C1710D;
}
</style>