Shades of Ochre #C5700F
Tints of Ochre #C5700F
RGB
CMYK
RGB Variations
Color information
#C5700F (or 0xC5700F) is known color: Ochre. HEX triplet: C5, 70 and 0F. RGB value is (197,112,15). Sum of RGB (Red+Green+Blue) = 197+112+15=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5700F is #3A8FF0. Grayscale: #7E7E7E. Windows color (decimal): -3837937 or 1011909. OLE color: 1011909.
HSL color Cylindrical-coordinate representation of color #C5700F: hue angle of 31.98º degrees, saturation: 0.86, 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 #C5700F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 15 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.23 |
| HSL | 31.98º | 0.86% | 0.42% | - |
| HSV(B) | 31.98º | 0.92% | 0.77% | - |
| XYZ | 28.91 | 23.49 | 3.46 | - |
| YUV | 126.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 15 | 0 | 0.43 | 0.92 | 0.23 | 31.98 | 0.86 | 0.42 |
| Hex | C5 | 70 | F | 0 | 2B | 5C | 17 | 20 | 56 | 2A |
| Octal | 305 | 160 | 17 | 0 | 53 | 134 | 27 | 40 | 126 | 52 |
| Binary | 11000101 | 1110000 | 1111 | 0 | 101011 | 1011100 | 10111 | 100000 | 1010110 | 101010 |
Color Harmonies of #C5700F
Complementary color
Monochromatic Colors of #C5700F
Black with #C5700F
Text Example
Text Example
White with #C5700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5700F; }
p { color: rgb(197,112,15); }
H1.HeaderClassName
{
color: #C5700F;
}
.AnyTagClassName
{
color: #C5700F;
}
</style>
background-color css
<style>
a { background-color: #C5700F; }
a { background-color: rgb(197,112,15); }
div.DivClassName
{
background-color: #C5700F;
}
.BgClassName
{
background-color: #C5700F;
}
</style>
border-color css
<style>
span { border-color: #C5700F; }
span { border-color: rgb(197,112,15); }
td.TdClassName
{
border-color: #C5700F;
}
.TagClassName
{
border-color: #C5700F;
}
</style>