Shades of Ochre #C56F18
Tints of Ochre #C56F18
RGB
CMYK
RGB Variations
Color information
#C56F18 (or 0xC56F18) is known color: Ochre. HEX triplet: C5, 6F and 18. RGB value is (197,111,24). Sum of RGB (Red+Green+Blue) = 197+111+24=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F18 is #3A90E7. Grayscale: #7F7F7F. Windows color (decimal): -3838184 or 1601477. OLE color: 1601477.
HSL color Cylindrical-coordinate representation of color #C56F18: hue angle of 30.17º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C56F18 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 24 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.23 |
| HSL | 30.17º | 0.78% | 0.43% | - |
| HSV(B) | 30.17º | 0.88% | 0.77% | - |
| XYZ | 28.88 | 23.31 | 3.84 | - |
| YUV | 126.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 24 | 0 | 0.44 | 0.88 | 0.23 | 30.17 | 0.78 | 0.43 |
| Hex | C5 | 6F | 18 | 0 | 2C | 58 | 17 | 1E | 4E | 2B |
| Octal | 305 | 157 | 30 | 0 | 54 | 130 | 27 | 36 | 116 | 53 |
| Binary | 11000101 | 1101111 | 11000 | 0 | 101100 | 1011000 | 10111 | 11110 | 1001110 | 101011 |
Color Harmonies of #C56F18
Complementary color
Monochromatic Colors of #C56F18
Black with #C56F18
Text Example
Text Example
White with #C56F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F18; }
p { color: rgb(197,111,24); }
H1.HeaderClassName
{
color: #C56F18;
}
.AnyTagClassName
{
color: #C56F18;
}
</style>
background-color css
<style>
a { background-color: #C56F18; }
a { background-color: rgb(197,111,24); }
div.DivClassName
{
background-color: #C56F18;
}
.BgClassName
{
background-color: #C56F18;
}
</style>
border-color css
<style>
span { border-color: #C56F18; }
span { border-color: rgb(197,111,24); }
td.TdClassName
{
border-color: #C56F18;
}
.TagClassName
{
border-color: #C56F18;
}
</style>