Shades of Ochre #C2741C
Tints of Ochre #C2741C
RGB
CMYK
RGB Variations
Color information
#C2741C (or 0xC2741C) is known color: Ochre. HEX triplet: C2, 74 and 1C. RGB value is (194,116,28). Sum of RGB (Red+Green+Blue) = 194+116+28=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2741C is #3D8BE3. Grayscale: #818181. Windows color (decimal): -4033508 or 1864898. OLE color: 1864898.
HSL color Cylindrical-coordinate representation of color #C2741C: hue angle of 31.81º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2741C is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 28 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.24 |
| HSL | 31.81º | 0.75% | 0.44% | - |
| HSV(B) | 31.81º | 0.86% | 0.76% | - |
| XYZ | 28.7 | 24.04 | 4.23 | - |
| YUV | 129.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 28 | 0 | 0.40 | 0.86 | 0.24 | 31.81 | 0.75 | 0.44 |
| Hex | C2 | 74 | 1C | 0 | 28 | 56 | 18 | 20 | 4B | 2C |
| Octal | 302 | 164 | 34 | 0 | 50 | 126 | 30 | 40 | 113 | 54 |
| Binary | 11000010 | 1110100 | 11100 | 0 | 101000 | 1010110 | 11000 | 100000 | 1001011 | 101100 |
Color Harmonies of #C2741C
Complementary color
Monochromatic Colors of #C2741C
Black with #C2741C
Text Example
Text Example
White with #C2741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2741C; }
p { color: rgb(194,116,28); }
H1.HeaderClassName
{
color: #C2741C;
}
.AnyTagClassName
{
color: #C2741C;
}
</style>
background-color css
<style>
a { background-color: #C2741C; }
a { background-color: rgb(194,116,28); }
div.DivClassName
{
background-color: #C2741C;
}
.BgClassName
{
background-color: #C2741C;
}
</style>
border-color css
<style>
span { border-color: #C2741C; }
span { border-color: rgb(194,116,28); }
td.TdClassName
{
border-color: #C2741C;
}
.TagClassName
{
border-color: #C2741C;
}
</style>