Shades of Ochre #C1700C
Tints of Ochre #C1700C
RGB
CMYK
RGB Variations
Color information
#C1700C (or 0xC1700C) is known color: Ochre. HEX triplet: C1, 70 and 0C. RGB value is (193,112,12). Sum of RGB (Red+Green+Blue) = 193+112+12=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1700C is #3E8FF3. Grayscale: #7D7D7D. Windows color (decimal): -4100084 or 815297. OLE color: 815297.
HSL color Cylindrical-coordinate representation of color #C1700C: hue angle of 33.15º degrees, saturation: 0.88, 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 #C1700C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.24 |
| HSL | 33.15º | 0.88% | 0.4% | - |
| HSV(B) | 33.15º | 0.94% | 0.76% | - |
| XYZ | 27.85 | 22.95 | 3.31 | - |
| YUV | 124.82 | 64.34 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 12 | 0 | 0.42 | 0.94 | 0.24 | 33.15 | 0.88 | 0.4 |
| Hex | C1 | 70 | C | 0 | 2A | 5E | 18 | 21 | 58 | 28 |
| Octal | 301 | 160 | 14 | 0 | 52 | 136 | 30 | 41 | 130 | 50 |
| Binary | 11000001 | 1110000 | 1100 | 0 | 101010 | 1011110 | 11000 | 100001 | 1011000 | 101000 |
Color Harmonies of #C1700C
Complementary color
Monochromatic Colors of #C1700C
Black with #C1700C
Text Example
Text Example
White with #C1700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1700C; }
p { color: rgb(193,112,12); }
H1.HeaderClassName
{
color: #C1700C;
}
.AnyTagClassName
{
color: #C1700C;
}
</style>
background-color css
<style>
a { background-color: #C1700C; }
a { background-color: rgb(193,112,12); }
div.DivClassName
{
background-color: #C1700C;
}
.BgClassName
{
background-color: #C1700C;
}
</style>
border-color css
<style>
span { border-color: #C1700C; }
span { border-color: rgb(193,112,12); }
td.TdClassName
{
border-color: #C1700C;
}
.TagClassName
{
border-color: #C1700C;
}
</style>