Shades of Ochre #C57115
Tints of Ochre #C57115
RGB
CMYK
RGB Variations
Color information
#C57115 (or 0xC57115) is known color: Ochre. HEX triplet: C5, 71 and 15. RGB value is (197,113,21). Sum of RGB (Red+Green+Blue) = 197+113+21=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C57115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57115 is #3A8EEA. Grayscale: #808080. Windows color (decimal): -3837675 or 1405381. OLE color: 1405381.
HSL color Cylindrical-coordinate representation of color #C57115: hue angle of 31.36º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C57115 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 21 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.23 |
| HSL | 31.36º | 0.81% | 0.43% | - |
| HSV(B) | 31.36º | 0.89% | 0.77% | - |
| XYZ | 29.07 | 23.73 | 3.76 | - |
| YUV | 127.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 21 | 0 | 0.43 | 0.89 | 0.23 | 31.36 | 0.81 | 0.43 |
| Hex | C5 | 71 | 15 | 0 | 2B | 59 | 17 | 1F | 51 | 2B |
| Octal | 305 | 161 | 25 | 0 | 53 | 131 | 27 | 37 | 121 | 53 |
| Binary | 11000101 | 1110001 | 10101 | 0 | 101011 | 1011001 | 10111 | 11111 | 1010001 | 101011 |
Color Harmonies of #C57115
Complementary color
Monochromatic Colors of #C57115
Black with #C57115
Text Example
Text Example
White with #C57115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57115; }
p { color: rgb(197,113,21); }
H1.HeaderClassName
{
color: #C57115;
}
.AnyTagClassName
{
color: #C57115;
}
</style>
background-color css
<style>
a { background-color: #C57115; }
a { background-color: rgb(197,113,21); }
div.DivClassName
{
background-color: #C57115;
}
.BgClassName
{
background-color: #C57115;
}
</style>
border-color css
<style>
span { border-color: #C57115; }
span { border-color: rgb(197,113,21); }
td.TdClassName
{
border-color: #C57115;
}
.TagClassName
{
border-color: #C57115;
}
</style>