Shades of Ochre #C27017
Tints of Ochre #C27017
RGB
CMYK
RGB Variations
Color information
#C27017 (or 0xC27017) is known color: Ochre. HEX triplet: C2, 70 and 17. RGB value is (194,112,23). Sum of RGB (Red+Green+Blue) = 194+112+23=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C27017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27017 is #3D8FE8. Grayscale: #7E7E7E. Windows color (decimal): -4034537 or 1536194. OLE color: 1536194.
HSL color Cylindrical-coordinate representation of color #C27017: hue angle of 31.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C27017 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 23 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.24 |
| HSL | 31.23º | 0.79% | 0.43% | - |
| HSV(B) | 31.23º | 0.88% | 0.76% | - |
| XYZ | 28.2 | 23.12 | 3.79 | - |
| YUV | 126.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 23 | 0 | 0.42 | 0.88 | 0.24 | 31.23 | 0.79 | 0.43 |
| Hex | C2 | 70 | 17 | 0 | 2A | 58 | 18 | 1F | 4F | 2B |
| Octal | 302 | 160 | 27 | 0 | 52 | 130 | 30 | 37 | 117 | 53 |
| Binary | 11000010 | 1110000 | 10111 | 0 | 101010 | 1011000 | 11000 | 11111 | 1001111 | 101011 |
Color Harmonies of #C27017
Complementary color
Monochromatic Colors of #C27017
Black with #C27017
Text Example
Text Example
White with #C27017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27017; }
p { color: rgb(194,112,23); }
H1.HeaderClassName
{
color: #C27017;
}
.AnyTagClassName
{
color: #C27017;
}
</style>
background-color css
<style>
a { background-color: #C27017; }
a { background-color: rgb(194,112,23); }
div.DivClassName
{
background-color: #C27017;
}
.BgClassName
{
background-color: #C27017;
}
</style>
border-color css
<style>
span { border-color: #C27017; }
span { border-color: rgb(194,112,23); }
td.TdClassName
{
border-color: #C27017;
}
.TagClassName
{
border-color: #C27017;
}
</style>