Shades of Ochre #C1700B
Tints of Ochre #C1700B
RGB
CMYK
RGB Variations
Color information
#C1700B (or 0xC1700B) is known color: Ochre. HEX triplet: C1, 70 and 0B. RGB value is (193,112,11). Sum of RGB (Red+Green+Blue) = 193+112+11=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1700B is #3E8FF4. Grayscale: #7D7D7D. Windows color (decimal): -4100085 or 749761. OLE color: 749761.
HSL color Cylindrical-coordinate representation of color #C1700B: hue angle of 33.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1700B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.24 |
| HSL | 33.3º | 0.89% | 0.4% | - |
| HSV(B) | 33.3º | 0.94% | 0.76% | - |
| XYZ | 27.85 | 22.95 | 3.28 | - |
| YUV | 124.71 | 63.84 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 11 | 0 | 0.42 | 0.94 | 0.24 | 33.3 | 0.89 | 0.4 |
| Hex | C1 | 70 | B | 0 | 2A | 5E | 18 | 21 | 59 | 28 |
| Octal | 301 | 160 | 13 | 0 | 52 | 136 | 30 | 41 | 131 | 50 |
| Binary | 11000001 | 1110000 | 1011 | 0 | 101010 | 1011110 | 11000 | 100001 | 1011001 | 101000 |
Color Harmonies of #C1700B
Complementary color
Monochromatic Colors of #C1700B
Black with #C1700B
Text Example
Text Example
White with #C1700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1700B; }
p { color: rgb(193,112,11); }
H1.HeaderClassName
{
color: #C1700B;
}
.AnyTagClassName
{
color: #C1700B;
}
</style>
background-color css
<style>
a { background-color: #C1700B; }
a { background-color: rgb(193,112,11); }
div.DivClassName
{
background-color: #C1700B;
}
.BgClassName
{
background-color: #C1700B;
}
</style>
border-color css
<style>
span { border-color: #C1700B; }
span { border-color: rgb(193,112,11); }
td.TdClassName
{
border-color: #C1700B;
}
.TagClassName
{
border-color: #C1700B;
}
</style>