Shades of Ochre #C57A10
Tints of Ochre #C57A10
RGB
CMYK
RGB Variations
Color information
#C57A10 (or 0xC57A10) is known color: Ochre. HEX triplet: C5, 7A and 10. RGB value is (197,122,16). Sum of RGB (Red+Green+Blue) = 197+122+16=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A10 is #3A85EF. Grayscale: #848484. Windows color (decimal): -3835376 or 1080005. OLE color: 1080005.
HSL color Cylindrical-coordinate representation of color #C57A10: hue angle of 35.14º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C57A10 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.23 |
| HSL | 35.14º | 0.85% | 0.42% | - |
| HSV(B) | 35.14º | 0.92% | 0.77% | - |
| XYZ | 30.08 | 25.83 | 3.89 | - |
| YUV | 132.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 16 | 0 | 0.38 | 0.92 | 0.23 | 35.14 | 0.85 | 0.42 |
| Hex | C5 | 7A | 10 | 0 | 26 | 5C | 17 | 23 | 55 | 2A |
| Octal | 305 | 172 | 20 | 0 | 46 | 134 | 27 | 43 | 125 | 52 |
| Binary | 11000101 | 1111010 | 10000 | 0 | 100110 | 1011100 | 10111 | 100011 | 1010101 | 101010 |
Color Harmonies of #C57A10
Complementary color
Monochromatic Colors of #C57A10
Black with #C57A10
Text Example
Text Example
White with #C57A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A10; }
p { color: rgb(197,122,16); }
H1.HeaderClassName
{
color: #C57A10;
}
.AnyTagClassName
{
color: #C57A10;
}
</style>
background-color css
<style>
a { background-color: #C57A10; }
a { background-color: rgb(197,122,16); }
div.DivClassName
{
background-color: #C57A10;
}
.BgClassName
{
background-color: #C57A10;
}
</style>
border-color css
<style>
span { border-color: #C57A10; }
span { border-color: rgb(197,122,16); }
td.TdClassName
{
border-color: #C57A10;
}
.TagClassName
{
border-color: #C57A10;
}
</style>