Shades of Ochre #C27A1A
Tints of Ochre #C27A1A
RGB
CMYK
RGB Variations
Color information
#C27A1A (or 0xC27A1A) is known color: Ochre. HEX triplet: C2, 7A and 1A. RGB value is (194,122,26). Sum of RGB (Red+Green+Blue) = 194+122+26=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A1A is #3D85E5. Grayscale: #858585. Windows color (decimal): -4031974 or 1735362. OLE color: 1735362.
HSL color Cylindrical-coordinate representation of color #C27A1A: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C27A1A is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 26 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.24 |
| HSL | 34.29º | 0.76% | 0.43% | - |
| HSV(B) | 34.29º | 0.87% | 0.76% | - |
| XYZ | 29.39 | 25.46 | 4.34 | - |
| YUV | 132.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 26 | 0 | 0.37 | 0.87 | 0.24 | 34.29 | 0.76 | 0.43 |
| Hex | C2 | 7A | 1A | 0 | 25 | 57 | 18 | 22 | 4C | 2B |
| Octal | 302 | 172 | 32 | 0 | 45 | 127 | 30 | 42 | 114 | 53 |
| Binary | 11000010 | 1111010 | 11010 | 0 | 100101 | 1010111 | 11000 | 100010 | 1001100 | 101011 |
Color Harmonies of #C27A1A
Complementary color
Monochromatic Colors of #C27A1A
Black with #C27A1A
Text Example
Text Example
White with #C27A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A1A; }
p { color: rgb(194,122,26); }
H1.HeaderClassName
{
color: #C27A1A;
}
.AnyTagClassName
{
color: #C27A1A;
}
</style>
background-color css
<style>
a { background-color: #C27A1A; }
a { background-color: rgb(194,122,26); }
div.DivClassName
{
background-color: #C27A1A;
}
.BgClassName
{
background-color: #C27A1A;
}
</style>
border-color css
<style>
span { border-color: #C27A1A; }
span { border-color: rgb(194,122,26); }
td.TdClassName
{
border-color: #C27A1A;
}
.TagClassName
{
border-color: #C27A1A;
}
</style>