Shades of Ochre #CB7114
Tints of Ochre #CB7114
RGB
CMYK
RGB Variations
Color information
#CB7114 (or 0xCB7114) is known color: Ochre. HEX triplet: CB, 71 and 14. RGB value is (203,113,20). Sum of RGB (Red+Green+Blue) = 203+113+20=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7114 is #348EEB. Grayscale: #818181. Windows color (decimal): -3444460 or 1339851. OLE color: 1339851.
HSL color Cylindrical-coordinate representation of color #CB7114: hue angle of 30.49º 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 #CB7114 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 20 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.20 |
| HSL | 30.49º | 0.82% | 0.44% | - |
| HSV(B) | 30.49º | 0.9% | 0.8% | - |
| XYZ | 30.66 | 24.56 | 3.79 | - |
| YUV | 129.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 20 | 0 | 0.44 | 0.90 | 0.20 | 30.49 | 0.82 | 0.44 |
| Hex | CB | 71 | 14 | 0 | 2C | 5A | 14 | 1E | 52 | 2C |
| Octal | 313 | 161 | 24 | 0 | 54 | 132 | 24 | 36 | 122 | 54 |
| Binary | 11001011 | 1110001 | 10100 | 0 | 101100 | 1011010 | 10100 | 11110 | 1010010 | 101100 |
Color Harmonies of #CB7114
Complementary color
Monochromatic Colors of #CB7114
Black with #CB7114
Text Example
Text Example
White with #CB7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7114; }
p { color: rgb(203,113,20); }
H1.HeaderClassName
{
color: #CB7114;
}
.AnyTagClassName
{
color: #CB7114;
}
</style>
background-color css
<style>
a { background-color: #CB7114; }
a { background-color: rgb(203,113,20); }
div.DivClassName
{
background-color: #CB7114;
}
.BgClassName
{
background-color: #CB7114;
}
</style>
border-color css
<style>
span { border-color: #CB7114; }
span { border-color: rgb(203,113,20); }
td.TdClassName
{
border-color: #CB7114;
}
.TagClassName
{
border-color: #CB7114;
}
</style>