Shades of Ochre #C1701B
Tints of Ochre #C1701B
RGB
CMYK
RGB Variations
Color information
#C1701B (or 0xC1701B) is known color: Ochre. HEX triplet: C1, 70 and 1B. RGB value is (193,112,27). Sum of RGB (Red+Green+Blue) = 193+112+27=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C1701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1701B is #3E8FE4. Grayscale: #7E7E7E. Windows color (decimal): -4100069 or 1798337. OLE color: 1798337.
HSL color Cylindrical-coordinate representation of color #C1701B: hue angle of 30.72º degrees, saturation: 0.75, 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 #C1701B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 27 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.24 |
| HSL | 30.72º | 0.75% | 0.43% | - |
| HSV(B) | 30.72º | 0.86% | 0.76% | - |
| XYZ | 27.98 | 23 | 4 | - |
| YUV | 126.53 | 71.84 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 27 | 0 | 0.42 | 0.86 | 0.24 | 30.72 | 0.75 | 0.43 |
| Hex | C1 | 70 | 1B | 0 | 2A | 56 | 18 | 1F | 4B | 2B |
| Octal | 301 | 160 | 33 | 0 | 52 | 126 | 30 | 37 | 113 | 53 |
| Binary | 11000001 | 1110000 | 11011 | 0 | 101010 | 1010110 | 11000 | 11111 | 1001011 | 101011 |
Color Harmonies of #C1701B
Complementary color
Monochromatic Colors of #C1701B
Black with #C1701B
Text Example
Text Example
White with #C1701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1701B; }
p { color: rgb(193,112,27); }
H1.HeaderClassName
{
color: #C1701B;
}
.AnyTagClassName
{
color: #C1701B;
}
</style>
background-color css
<style>
a { background-color: #C1701B; }
a { background-color: rgb(193,112,27); }
div.DivClassName
{
background-color: #C1701B;
}
.BgClassName
{
background-color: #C1701B;
}
</style>
border-color css
<style>
span { border-color: #C1701B; }
span { border-color: rgb(193,112,27); }
td.TdClassName
{
border-color: #C1701B;
}
.TagClassName
{
border-color: #C1701B;
}
</style>