Shades of Ochre #CB7026
Tints of Ochre #CB7026
RGB
CMYK
RGB Variations
Color information
#CB7026 (or 0xCB7026) is known color: Ochre. HEX triplet: CB, 70 and 26. RGB value is (203,112,38). Sum of RGB (Red+Green+Blue) = 203+112+38=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7026 is #348FD9. Grayscale: #838383. Windows color (decimal): -3444698 or 2519243. OLE color: 2519243.
HSL color Cylindrical-coordinate representation of color #CB7026: hue angle of 26.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB7026 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 38 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.20 |
| HSL | 26.91º | 0.68% | 0.47% | - |
| HSV(B) | 26.91º | 0.81% | 0.8% | - |
| XYZ | 30.77 | 24.42 | 4.93 | - |
| YUV | 130.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 38 | 0 | 0.45 | 0.81 | 0.20 | 26.91 | 0.68 | 0.47 |
| Hex | CB | 70 | 26 | 0 | 2D | 51 | 14 | 1B | 44 | 2F |
| Octal | 313 | 160 | 46 | 0 | 55 | 121 | 24 | 33 | 104 | 57 |
| Binary | 11001011 | 1110000 | 100110 | 0 | 101101 | 1010001 | 10100 | 11011 | 1000100 | 101111 |
Color Harmonies of #CB7026
Complementary color
Monochromatic Colors of #CB7026
Black with #CB7026
Text Example
Text Example
White with #CB7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7026; }
p { color: rgb(203,112,38); }
H1.HeaderClassName
{
color: #CB7026;
}
.AnyTagClassName
{
color: #CB7026;
}
</style>
background-color css
<style>
a { background-color: #CB7026; }
a { background-color: rgb(203,112,38); }
div.DivClassName
{
background-color: #CB7026;
}
.BgClassName
{
background-color: #CB7026;
}
</style>
border-color css
<style>
span { border-color: #CB7026; }
span { border-color: rgb(203,112,38); }
td.TdClassName
{
border-color: #CB7026;
}
.TagClassName
{
border-color: #CB7026;
}
</style>