Shades of Ochre #C07E1B
Tints of Ochre #C07E1B
RGB
CMYK
RGB Variations
Color information
#C07E1B (or 0xC07E1B) is known color: Ochre. HEX triplet: C0, 7E and 1B. RGB value is (192,126,27). Sum of RGB (Red+Green+Blue) = 192+126+27=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E1B is #3F81E4. Grayscale: #868686. Windows color (decimal): -4162021 or 1801920. OLE color: 1801920.
HSL color Cylindrical-coordinate representation of color #C07E1B: hue angle of 36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C07E1B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.25 |
| HSL | 36º | 0.75% | 0.43% | - |
| HSV(B) | 36º | 0.86% | 0.75% | - |
| XYZ | 29.4 | 26.21 | 4.55 | - |
| YUV | 134.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 27 | 0 | 0.34 | 0.86 | 0.25 | 36 | 0.75 | 0.43 |
| Hex | C0 | 7E | 1B | 0 | 22 | 56 | 19 | 24 | 4B | 2B |
| Octal | 300 | 176 | 33 | 0 | 42 | 126 | 31 | 44 | 113 | 53 |
| Binary | 11000000 | 1111110 | 11011 | 0 | 100010 | 1010110 | 11001 | 100100 | 1001011 | 101011 |
Color Harmonies of #C07E1B
Complementary color
Monochromatic Colors of #C07E1B
Black with #C07E1B
Text Example
Text Example
White with #C07E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E1B; }
p { color: rgb(192,126,27); }
H1.HeaderClassName
{
color: #C07E1B;
}
.AnyTagClassName
{
color: #C07E1B;
}
</style>
background-color css
<style>
a { background-color: #C07E1B; }
a { background-color: rgb(192,126,27); }
div.DivClassName
{
background-color: #C07E1B;
}
.BgClassName
{
background-color: #C07E1B;
}
</style>
border-color css
<style>
span { border-color: #C07E1B; }
span { border-color: rgb(192,126,27); }
td.TdClassName
{
border-color: #C07E1B;
}
.TagClassName
{
border-color: #C07E1B;
}
</style>