Shades of Ochre #C27A21
Tints of Ochre #C27A21
RGB
CMYK
RGB Variations
Color information
#C27A21 (or 0xC27A21) is known color: Ochre. HEX triplet: C2, 7A and 21. RGB value is (194,122,33). Sum of RGB (Red+Green+Blue) = 194+122+33=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A21 is #3D85DE. Grayscale: #858585. Windows color (decimal): -4031967 or 2194114. OLE color: 2194114.
HSL color Cylindrical-coordinate representation of color #C27A21: hue angle of 33.17º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C27A21 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 33 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.24 |
| HSL | 33.17º | 0.71% | 0.45% | - |
| HSV(B) | 33.17º | 0.83% | 0.76% | - |
| XYZ | 29.48 | 25.5 | 4.81 | - |
| YUV | 133.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 33 | 0 | 0.37 | 0.83 | 0.24 | 33.17 | 0.71 | 0.45 |
| Hex | C2 | 7A | 21 | 0 | 25 | 53 | 18 | 21 | 47 | 2D |
| Octal | 302 | 172 | 41 | 0 | 45 | 123 | 30 | 41 | 107 | 55 |
| Binary | 11000010 | 1111010 | 100001 | 0 | 100101 | 1010011 | 11000 | 100001 | 1000111 | 101101 |
Color Harmonies of #C27A21
Complementary color
Monochromatic Colors of #C27A21
Black with #C27A21
Text Example
Text Example
White with #C27A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A21; }
p { color: rgb(194,122,33); }
H1.HeaderClassName
{
color: #C27A21;
}
.AnyTagClassName
{
color: #C27A21;
}
</style>
background-color css
<style>
a { background-color: #C27A21; }
a { background-color: rgb(194,122,33); }
div.DivClassName
{
background-color: #C27A21;
}
.BgClassName
{
background-color: #C27A21;
}
</style>
border-color css
<style>
span { border-color: #C27A21; }
span { border-color: rgb(194,122,33); }
td.TdClassName
{
border-color: #C27A21;
}
.TagClassName
{
border-color: #C27A21;
}
</style>