Shades of Ochre #C2751E
Tints of Ochre #C2751E
RGB
CMYK
RGB Variations
Color information
#C2751E (or 0xC2751E) is known color: Ochre. HEX triplet: C2, 75 and 1E. RGB value is (194,117,30). Sum of RGB (Red+Green+Blue) = 194+117+30=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2751E is #3D8AE1. Grayscale: #828282. Windows color (decimal): -4033250 or 1996226. OLE color: 1996226.
HSL color Cylindrical-coordinate representation of color #C2751E: hue angle of 31.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2751E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 30 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.24 |
| HSL | 31.83º | 0.73% | 0.44% | - |
| HSV(B) | 31.83º | 0.85% | 0.76% | - |
| XYZ | 28.84 | 24.29 | 4.4 | - |
| YUV | 130.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 30 | 0 | 0.40 | 0.85 | 0.24 | 31.83 | 0.73 | 0.44 |
| Hex | C2 | 75 | 1E | 0 | 28 | 55 | 18 | 20 | 49 | 2C |
| Octal | 302 | 165 | 36 | 0 | 50 | 125 | 30 | 40 | 111 | 54 |
| Binary | 11000010 | 1110101 | 11110 | 0 | 101000 | 1010101 | 11000 | 100000 | 1001001 | 101100 |
Color Harmonies of #C2751E
Complementary color
Monochromatic Colors of #C2751E
Black with #C2751E
Text Example
Text Example
White with #C2751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2751E; }
p { color: rgb(194,117,30); }
H1.HeaderClassName
{
color: #C2751E;
}
.AnyTagClassName
{
color: #C2751E;
}
</style>
background-color css
<style>
a { background-color: #C2751E; }
a { background-color: rgb(194,117,30); }
div.DivClassName
{
background-color: #C2751E;
}
.BgClassName
{
background-color: #C2751E;
}
</style>
border-color css
<style>
span { border-color: #C2751E; }
span { border-color: rgb(194,117,30); }
td.TdClassName
{
border-color: #C2751E;
}
.TagClassName
{
border-color: #C2751E;
}
</style>