Shades of Ochre #C78216
Tints of Ochre #C78216
RGB
CMYK
RGB Variations
Color information
#C78216 (or 0xC78216) is known color: Ochre. HEX triplet: C7, 82 and 16. RGB value is (199,130,22). Sum of RGB (Red+Green+Blue) = 199+130+22=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C78216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78216 is #387DE9. Grayscale: #8A8A8A. Windows color (decimal): -3702250 or 1475271. OLE color: 1475271.
HSL color Cylindrical-coordinate representation of color #C78216: hue angle of 36.61º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C78216 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 22 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.22 |
| HSL | 36.61º | 0.8% | 0.43% | - |
| HSV(B) | 36.61º | 0.89% | 0.78% | - |
| XYZ | 31.68 | 28.17 | 4.53 | - |
| YUV | 138.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 22 | 0 | 0.35 | 0.89 | 0.22 | 36.61 | 0.8 | 0.43 |
| Hex | C7 | 82 | 16 | 0 | 23 | 59 | 16 | 25 | 50 | 2B |
| Octal | 307 | 202 | 26 | 0 | 43 | 131 | 26 | 45 | 120 | 53 |
| Binary | 11000111 | 10000010 | 10110 | 0 | 100011 | 1011001 | 10110 | 100101 | 1010000 | 101011 |
Color Harmonies of #C78216
Complementary color
Monochromatic Colors of #C78216
Black with #C78216
Text Example
Text Example
White with #C78216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78216; }
p { color: rgb(199,130,22); }
H1.HeaderClassName
{
color: #C78216;
}
.AnyTagClassName
{
color: #C78216;
}
</style>
background-color css
<style>
a { background-color: #C78216; }
a { background-color: rgb(199,130,22); }
div.DivClassName
{
background-color: #C78216;
}
.BgClassName
{
background-color: #C78216;
}
</style>
border-color css
<style>
span { border-color: #C78216; }
span { border-color: rgb(199,130,22); }
td.TdClassName
{
border-color: #C78216;
}
.TagClassName
{
border-color: #C78216;
}
</style>