Shades of Ochre #C28019
Tints of Ochre #C28019
RGB
CMYK
RGB Variations
Color information
#C28019 (or 0xC28019) is known color: Ochre. HEX triplet: C2, 80 and 19. RGB value is (194,128,25). Sum of RGB (Red+Green+Blue) = 194+128+25=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C28019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28019 is #3D7FE6. Grayscale: #888888. Windows color (decimal): -4030439 or 1671362. OLE color: 1671362.
HSL color Cylindrical-coordinate representation of color #C28019: hue angle of 36.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C28019 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 25 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.24 |
| HSL | 36.57º | 0.77% | 0.43% | - |
| HSV(B) | 36.57º | 0.87% | 0.76% | - |
| XYZ | 30.14 | 26.98 | 4.54 | - |
| YUV | 135.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 25 | 0 | 0.34 | 0.87 | 0.24 | 36.57 | 0.77 | 0.43 |
| Hex | C2 | 80 | 19 | 0 | 22 | 57 | 18 | 25 | 4D | 2B |
| Octal | 302 | 200 | 31 | 0 | 42 | 127 | 30 | 45 | 115 | 53 |
| Binary | 11000010 | 10000000 | 11001 | 0 | 100010 | 1010111 | 11000 | 100101 | 1001101 | 101011 |
Color Harmonies of #C28019
Complementary color
Monochromatic Colors of #C28019
Black with #C28019
Text Example
Text Example
White with #C28019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28019; }
p { color: rgb(194,128,25); }
H1.HeaderClassName
{
color: #C28019;
}
.AnyTagClassName
{
color: #C28019;
}
</style>
background-color css
<style>
a { background-color: #C28019; }
a { background-color: rgb(194,128,25); }
div.DivClassName
{
background-color: #C28019;
}
.BgClassName
{
background-color: #C28019;
}
</style>
border-color css
<style>
span { border-color: #C28019; }
span { border-color: rgb(194,128,25); }
td.TdClassName
{
border-color: #C28019;
}
.TagClassName
{
border-color: #C28019;
}
</style>