Shades of Ochre #CB7A16
Tints of Ochre #CB7A16
RGB
CMYK
RGB Variations
Color information
#CB7A16 (or 0xCB7A16) is known color: Ochre. HEX triplet: CB, 7A and 16. RGB value is (203,122,22). Sum of RGB (Red+Green+Blue) = 203+122+22=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7A16 is #3485E9. Grayscale: #878787. Windows color (decimal): -3442154 or 1473227. OLE color: 1473227.
HSL color Cylindrical-coordinate representation of color #CB7A16: hue angle of 33.15º 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 #CB7A16 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.20 |
| HSL | 33.15º | 0.8% | 0.44% | - |
| HSV(B) | 33.15º | 0.89% | 0.8% | - |
| XYZ | 31.73 | 26.67 | 4.24 | - |
| YUV | 134.82 | 64.34 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 22 | 0 | 0.40 | 0.89 | 0.20 | 33.15 | 0.8 | 0.44 |
| Hex | CB | 7A | 16 | 0 | 28 | 59 | 14 | 21 | 50 | 2C |
| Octal | 313 | 172 | 26 | 0 | 50 | 131 | 24 | 41 | 120 | 54 |
| Binary | 11001011 | 1111010 | 10110 | 0 | 101000 | 1011001 | 10100 | 100001 | 1010000 | 101100 |
Color Harmonies of #CB7A16
Complementary color
Monochromatic Colors of #CB7A16
Black with #CB7A16
Text Example
Text Example
White with #CB7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A16; }
p { color: rgb(203,122,22); }
H1.HeaderClassName
{
color: #CB7A16;
}
.AnyTagClassName
{
color: #CB7A16;
}
</style>
background-color css
<style>
a { background-color: #CB7A16; }
a { background-color: rgb(203,122,22); }
div.DivClassName
{
background-color: #CB7A16;
}
.BgClassName
{
background-color: #CB7A16;
}
</style>
border-color css
<style>
span { border-color: #CB7A16; }
span { border-color: rgb(203,122,22); }
td.TdClassName
{
border-color: #CB7A16;
}
.TagClassName
{
border-color: #CB7A16;
}
</style>