Shades of Ochre #C2761D
Tints of Ochre #C2761D
RGB
CMYK
RGB Variations
Color information
#C2761D (or 0xC2761D) is known color: Ochre. HEX triplet: C2, 76 and 1D. RGB value is (194,118,29). Sum of RGB (Red+Green+Blue) = 194+118+29=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2761D is #3D89E2. Grayscale: #838383. Windows color (decimal): -4032995 or 1930946. OLE color: 1930946.
HSL color Cylindrical-coordinate representation of color #C2761D: hue angle of 32.36º degrees, saturation: 0.74, 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 #C2761D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 29 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.24 |
| HSL | 32.36º | 0.74% | 0.44% | - |
| HSV(B) | 32.36º | 0.85% | 0.76% | - |
| XYZ | 28.95 | 24.51 | 4.37 | - |
| YUV | 130.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 29 | 0 | 0.39 | 0.85 | 0.24 | 32.36 | 0.74 | 0.44 |
| Hex | C2 | 76 | 1D | 0 | 27 | 55 | 18 | 20 | 4A | 2C |
| Octal | 302 | 166 | 35 | 0 | 47 | 125 | 30 | 40 | 112 | 54 |
| Binary | 11000010 | 1110110 | 11101 | 0 | 100111 | 1010101 | 11000 | 100000 | 1001010 | 101100 |
Color Harmonies of #C2761D
Complementary color
Monochromatic Colors of #C2761D
Black with #C2761D
Text Example
Text Example
White with #C2761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2761D; }
p { color: rgb(194,118,29); }
H1.HeaderClassName
{
color: #C2761D;
}
.AnyTagClassName
{
color: #C2761D;
}
</style>
background-color css
<style>
a { background-color: #C2761D; }
a { background-color: rgb(194,118,29); }
div.DivClassName
{
background-color: #C2761D;
}
.BgClassName
{
background-color: #C2761D;
}
</style>
border-color css
<style>
span { border-color: #C2761D; }
span { border-color: rgb(194,118,29); }
td.TdClassName
{
border-color: #C2761D;
}
.TagClassName
{
border-color: #C2761D;
}
</style>