Shades of Ochre #CB7116
Tints of Ochre #CB7116
RGB
CMYK
RGB Variations
Color information
#CB7116 (or 0xCB7116) is known color: Ochre. HEX triplet: CB, 71 and 16. RGB value is (203,113,22). Sum of RGB (Red+Green+Blue) = 203+113+22=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7116 is #348EE9. Grayscale: #818181. Windows color (decimal): -3444458 or 1470923. OLE color: 1470923.
HSL color Cylindrical-coordinate representation of color #CB7116: hue angle of 30.17º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7116 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 22 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.20 |
| HSL | 30.17º | 0.8% | 0.44% | - |
| HSV(B) | 30.17º | 0.89% | 0.8% | - |
| XYZ | 30.68 | 24.56 | 3.88 | - |
| YUV | 129.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 22 | 0 | 0.44 | 0.89 | 0.20 | 30.17 | 0.8 | 0.44 |
| Hex | CB | 71 | 16 | 0 | 2C | 59 | 14 | 1E | 50 | 2C |
| Octal | 313 | 161 | 26 | 0 | 54 | 131 | 24 | 36 | 120 | 54 |
| Binary | 11001011 | 1110001 | 10110 | 0 | 101100 | 1011001 | 10100 | 11110 | 1010000 | 101100 |
Color Harmonies of #CB7116
Complementary color
Monochromatic Colors of #CB7116
Black with #CB7116
Text Example
Text Example
White with #CB7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7116; }
p { color: rgb(203,113,22); }
H1.HeaderClassName
{
color: #CB7116;
}
.AnyTagClassName
{
color: #CB7116;
}
</style>
background-color css
<style>
a { background-color: #CB7116; }
a { background-color: rgb(203,113,22); }
div.DivClassName
{
background-color: #CB7116;
}
.BgClassName
{
background-color: #CB7116;
}
</style>
border-color css
<style>
span { border-color: #CB7116; }
span { border-color: rgb(203,113,22); }
td.TdClassName
{
border-color: #CB7116;
}
.TagClassName
{
border-color: #CB7116;
}
</style>