Shades of Ochre #CB7014
Tints of Ochre #CB7014
RGB
CMYK
RGB Variations
Color information
#CB7014 (or 0xCB7014) is known color: Ochre. HEX triplet: CB, 70 and 14. RGB value is (203,112,20). Sum of RGB (Red+Green+Blue) = 203+112+20=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7014 is #348FEB. Grayscale: #818181. Windows color (decimal): -3444716 or 1339595. OLE color: 1339595.
HSL color Cylindrical-coordinate representation of color #CB7014: hue angle of 30.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7014 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 20 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.20 |
| HSL | 30.16º | 0.82% | 0.44% | - |
| HSV(B) | 30.16º | 0.9% | 0.8% | - |
| XYZ | 30.55 | 24.34 | 3.75 | - |
| YUV | 128.72 | 66.65 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 20 | 0 | 0.45 | 0.90 | 0.20 | 30.16 | 0.82 | 0.44 |
| Hex | CB | 70 | 14 | 0 | 2D | 5A | 14 | 1E | 52 | 2C |
| Octal | 313 | 160 | 24 | 0 | 55 | 132 | 24 | 36 | 122 | 54 |
| Binary | 11001011 | 1110000 | 10100 | 0 | 101101 | 1011010 | 10100 | 11110 | 1010010 | 101100 |
Color Harmonies of #CB7014
Complementary color
Monochromatic Colors of #CB7014
Black with #CB7014
Text Example
Text Example
White with #CB7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7014; }
p { color: rgb(203,112,20); }
H1.HeaderClassName
{
color: #CB7014;
}
.AnyTagClassName
{
color: #CB7014;
}
</style>
background-color css
<style>
a { background-color: #CB7014; }
a { background-color: rgb(203,112,20); }
div.DivClassName
{
background-color: #CB7014;
}
.BgClassName
{
background-color: #CB7014;
}
</style>
border-color css
<style>
span { border-color: #CB7014; }
span { border-color: rgb(203,112,20); }
td.TdClassName
{
border-color: #CB7014;
}
.TagClassName
{
border-color: #CB7014;
}
</style>