Shades of Ochre #C1741C
Tints of Ochre #C1741C
RGB
CMYK
RGB Variations
Color information
#C1741C (or 0xC1741C) is known color: Ochre. HEX triplet: C1, 74 and 1C. RGB value is (193,116,28). Sum of RGB (Red+Green+Blue) = 193+116+28=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1741C is #3E8BE3. Grayscale: #818181. Windows color (decimal): -4099044 or 1864897. OLE color: 1864897.
HSL color Cylindrical-coordinate representation of color #C1741C: hue angle of 32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1741C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 28 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.24 |
| HSL | 32º | 0.75% | 0.43% | - |
| HSV(B) | 32º | 0.85% | 0.76% | - |
| XYZ | 28.45 | 23.91 | 4.21 | - |
| YUV | 128.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 28 | 0 | 0.40 | 0.85 | 0.24 | 32 | 0.75 | 0.43 |
| Hex | C1 | 74 | 1C | 0 | 28 | 55 | 18 | 20 | 4B | 2B |
| Octal | 301 | 164 | 34 | 0 | 50 | 125 | 30 | 40 | 113 | 53 |
| Binary | 11000001 | 1110100 | 11100 | 0 | 101000 | 1010101 | 11000 | 100000 | 1001011 | 101011 |
Color Harmonies of #C1741C
Complementary color
Monochromatic Colors of #C1741C
Black with #C1741C
Text Example
Text Example
White with #C1741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1741C; }
p { color: rgb(193,116,28); }
H1.HeaderClassName
{
color: #C1741C;
}
.AnyTagClassName
{
color: #C1741C;
}
</style>
background-color css
<style>
a { background-color: #C1741C; }
a { background-color: rgb(193,116,28); }
div.DivClassName
{
background-color: #C1741C;
}
.BgClassName
{
background-color: #C1741C;
}
</style>
border-color css
<style>
span { border-color: #C1741C; }
span { border-color: rgb(193,116,28); }
td.TdClassName
{
border-color: #C1741C;
}
.TagClassName
{
border-color: #C1741C;
}
</style>