Shades of Ochre #C17C1E
Tints of Ochre #C17C1E
RGB
CMYK
RGB Variations
Color information
#C17C1E (or 0xC17C1E) is known color: Ochre. HEX triplet: C1, 7C and 1E. RGB value is (193,124,30). Sum of RGB (Red+Green+Blue) = 193+124+30=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C1E is #3E83E1. Grayscale: #868686. Windows color (decimal): -4096994 or 1998017. OLE color: 1998017.
HSL color Cylindrical-coordinate representation of color #C17C1E: hue angle of 34.6º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C17C1E is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 30 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.24 |
| HSL | 34.6º | 0.73% | 0.44% | - |
| HSV(B) | 34.6º | 0.84% | 0.76% | - |
| XYZ | 29.43 | 25.85 | 4.67 | - |
| YUV | 133.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 30 | 0 | 0.36 | 0.84 | 0.24 | 34.6 | 0.73 | 0.44 |
| Hex | C1 | 7C | 1E | 0 | 24 | 54 | 18 | 23 | 49 | 2C |
| Octal | 301 | 174 | 36 | 0 | 44 | 124 | 30 | 43 | 111 | 54 |
| Binary | 11000001 | 1111100 | 11110 | 0 | 100100 | 1010100 | 11000 | 100011 | 1001001 | 101100 |
Color Harmonies of #C17C1E
Complementary color
Monochromatic Colors of #C17C1E
Black with #C17C1E
Text Example
Text Example
White with #C17C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C1E; }
p { color: rgb(193,124,30); }
H1.HeaderClassName
{
color: #C17C1E;
}
.AnyTagClassName
{
color: #C17C1E;
}
</style>
background-color css
<style>
a { background-color: #C17C1E; }
a { background-color: rgb(193,124,30); }
div.DivClassName
{
background-color: #C17C1E;
}
.BgClassName
{
background-color: #C17C1E;
}
</style>
border-color css
<style>
span { border-color: #C17C1E; }
span { border-color: rgb(193,124,30); }
td.TdClassName
{
border-color: #C17C1E;
}
.TagClassName
{
border-color: #C17C1E;
}
</style>