Shades of Ochre #C57B11
Tints of Ochre #C57B11
RGB
CMYK
RGB Variations
Color information
#C57B11 (or 0xC57B11) is known color: Ochre. HEX triplet: C5, 7B and 11. RGB value is (197,123,17). Sum of RGB (Red+Green+Blue) = 197+123+17=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B11 is #3A84EE. Grayscale: #858585. Windows color (decimal): -3835119 or 1145797. OLE color: 1145797.
HSL color Cylindrical-coordinate representation of color #C57B11: hue angle of 35.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57B11 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 17 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.23 |
| HSL | 35.33º | 0.84% | 0.42% | - |
| HSV(B) | 35.33º | 0.91% | 0.77% | - |
| XYZ | 30.21 | 26.08 | 3.97 | - |
| YUV | 133.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 17 | 0 | 0.38 | 0.91 | 0.23 | 35.33 | 0.84 | 0.42 |
| Hex | C5 | 7B | 11 | 0 | 26 | 5B | 17 | 23 | 54 | 2A |
| Octal | 305 | 173 | 21 | 0 | 46 | 133 | 27 | 43 | 124 | 52 |
| Binary | 11000101 | 1111011 | 10001 | 0 | 100110 | 1011011 | 10111 | 100011 | 1010100 | 101010 |
Color Harmonies of #C57B11
Complementary color
Monochromatic Colors of #C57B11
Black with #C57B11
Text Example
Text Example
White with #C57B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B11; }
p { color: rgb(197,123,17); }
H1.HeaderClassName
{
color: #C57B11;
}
.AnyTagClassName
{
color: #C57B11;
}
</style>
background-color css
<style>
a { background-color: #C57B11; }
a { background-color: rgb(197,123,17); }
div.DivClassName
{
background-color: #C57B11;
}
.BgClassName
{
background-color: #C57B11;
}
</style>
border-color css
<style>
span { border-color: #C57B11; }
span { border-color: rgb(197,123,17); }
td.TdClassName
{
border-color: #C57B11;
}
.TagClassName
{
border-color: #C57B11;
}
</style>