Shades of Ochre #C07021
Tints of Ochre #C07021
RGB
CMYK
RGB Variations
Color information
#C07021 (or 0xC07021) is known color: Ochre. HEX triplet: C0, 70 and 21. RGB value is (192,112,33). Sum of RGB (Red+Green+Blue) = 192+112+33=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C07021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07021 is #3F8FDE. Grayscale: #7F7F7F. Windows color (decimal): -4165599 or 2191552. OLE color: 2191552.
HSL color Cylindrical-coordinate representation of color #C07021: hue angle of 29.81º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C07021 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 33 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.25 |
| HSL | 29.81º | 0.71% | 0.44% | - |
| HSV(B) | 29.81º | 0.83% | 0.75% | - |
| XYZ | 27.81 | 22.9 | 4.39 | - |
| YUV | 126.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 33 | 0 | 0.42 | 0.83 | 0.25 | 29.81 | 0.71 | 0.44 |
| Hex | C0 | 70 | 21 | 0 | 2A | 53 | 19 | 1E | 47 | 2C |
| Octal | 300 | 160 | 41 | 0 | 52 | 123 | 31 | 36 | 107 | 54 |
| Binary | 11000000 | 1110000 | 100001 | 0 | 101010 | 1010011 | 11001 | 11110 | 1000111 | 101100 |
Color Harmonies of #C07021
Complementary color
Monochromatic Colors of #C07021
Black with #C07021
Text Example
Text Example
White with #C07021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07021; }
p { color: rgb(192,112,33); }
H1.HeaderClassName
{
color: #C07021;
}
.AnyTagClassName
{
color: #C07021;
}
</style>
background-color css
<style>
a { background-color: #C07021; }
a { background-color: rgb(192,112,33); }
div.DivClassName
{
background-color: #C07021;
}
.BgClassName
{
background-color: #C07021;
}
</style>
border-color css
<style>
span { border-color: #C07021; }
span { border-color: rgb(192,112,33); }
td.TdClassName
{
border-color: #C07021;
}
.TagClassName
{
border-color: #C07021;
}
</style>