Shades of Ochre #C1700F
Tints of Ochre #C1700F
RGB
CMYK
RGB Variations
Color information
#C1700F (or 0xC1700F) is known color: Ochre. HEX triplet: C1, 70 and 0F. RGB value is (193,112,15). Sum of RGB (Red+Green+Blue) = 193+112+15=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1700F is #3E8FF0. Grayscale: #7D7D7D. Windows color (decimal): -4100081 or 1011905. OLE color: 1011905.
HSL color Cylindrical-coordinate representation of color #C1700F: hue angle of 32.7º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1700F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 15 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.24 |
| HSL | 32.7º | 0.86% | 0.41% | - |
| HSV(B) | 32.7º | 0.92% | 0.76% | - |
| XYZ | 27.87 | 22.96 | 3.41 | - |
| YUV | 125.16 | 65.84 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 15 | 0 | 0.42 | 0.92 | 0.24 | 32.7 | 0.86 | 0.41 |
| Hex | C1 | 70 | F | 0 | 2A | 5C | 18 | 21 | 56 | 29 |
| Octal | 301 | 160 | 17 | 0 | 52 | 134 | 30 | 41 | 126 | 51 |
| Binary | 11000001 | 1110000 | 1111 | 0 | 101010 | 1011100 | 11000 | 100001 | 1010110 | 101001 |
Color Harmonies of #C1700F
Complementary color
Monochromatic Colors of #C1700F
Black with #C1700F
Text Example
Text Example
White with #C1700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1700F; }
p { color: rgb(193,112,15); }
H1.HeaderClassName
{
color: #C1700F;
}
.AnyTagClassName
{
color: #C1700F;
}
</style>
background-color css
<style>
a { background-color: #C1700F; }
a { background-color: rgb(193,112,15); }
div.DivClassName
{
background-color: #C1700F;
}
.BgClassName
{
background-color: #C1700F;
}
</style>
border-color css
<style>
span { border-color: #C1700F; }
span { border-color: rgb(193,112,15); }
td.TdClassName
{
border-color: #C1700F;
}
.TagClassName
{
border-color: #C1700F;
}
</style>