Shades of Ochre #C57A1E
Tints of Ochre #C57A1E
RGB
CMYK
RGB Variations
Color information
#C57A1E (or 0xC57A1E) is known color: Ochre. HEX triplet: C5, 7A and 1E. RGB value is (197,122,30). Sum of RGB (Red+Green+Blue) = 197+122+30=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A1E is #3A85E1. Grayscale: #868686. Windows color (decimal): -3835362 or 1997509. OLE color: 1997509.
HSL color Cylindrical-coordinate representation of color #C57A1E: hue angle of 33.05º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C57A1E is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 30 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.23 |
| HSL | 33.05º | 0.74% | 0.45% | - |
| HSV(B) | 33.05º | 0.85% | 0.77% | - |
| XYZ | 30.22 | 25.88 | 4.63 | - |
| YUV | 133.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 30 | 0 | 0.38 | 0.85 | 0.23 | 33.05 | 0.74 | 0.45 |
| Hex | C5 | 7A | 1E | 0 | 26 | 55 | 17 | 21 | 4A | 2D |
| Octal | 305 | 172 | 36 | 0 | 46 | 125 | 27 | 41 | 112 | 55 |
| Binary | 11000101 | 1111010 | 11110 | 0 | 100110 | 1010101 | 10111 | 100001 | 1001010 | 101101 |
Color Harmonies of #C57A1E
Complementary color
Monochromatic Colors of #C57A1E
Black with #C57A1E
Text Example
Text Example
White with #C57A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A1E; }
p { color: rgb(197,122,30); }
H1.HeaderClassName
{
color: #C57A1E;
}
.AnyTagClassName
{
color: #C57A1E;
}
</style>
background-color css
<style>
a { background-color: #C57A1E; }
a { background-color: rgb(197,122,30); }
div.DivClassName
{
background-color: #C57A1E;
}
.BgClassName
{
background-color: #C57A1E;
}
</style>
border-color css
<style>
span { border-color: #C57A1E; }
span { border-color: rgb(197,122,30); }
td.TdClassName
{
border-color: #C57A1E;
}
.TagClassName
{
border-color: #C57A1E;
}
</style>