Shades of Ochre #CB7215
Tints of Ochre #CB7215
RGB
CMYK
RGB Variations
Color information
#CB7215 (or 0xCB7215) is known color: Ochre. HEX triplet: CB, 72 and 15. RGB value is (203,114,21). Sum of RGB (Red+Green+Blue) = 203+114+21=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7215 is #348DEA. Grayscale: #828282. Windows color (decimal): -3444203 or 1405643. OLE color: 1405643.
HSL color Cylindrical-coordinate representation of color #CB7215: hue angle of 30.66º degrees, saturation: 0.81, 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 #CB7215 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.20 |
| HSL | 30.66º | 0.81% | 0.44% | - |
| HSV(B) | 30.66º | 0.9% | 0.8% | - |
| XYZ | 30.78 | 24.79 | 3.87 | - |
| YUV | 130.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 21 | 0 | 0.44 | 0.90 | 0.20 | 30.66 | 0.81 | 0.44 |
| Hex | CB | 72 | 15 | 0 | 2C | 5A | 14 | 1F | 51 | 2C |
| Octal | 313 | 162 | 25 | 0 | 54 | 132 | 24 | 37 | 121 | 54 |
| Binary | 11001011 | 1110010 | 10101 | 0 | 101100 | 1011010 | 10100 | 11111 | 1010001 | 101100 |
Color Harmonies of #CB7215
Complementary color
Monochromatic Colors of #CB7215
Black with #CB7215
Text Example
Text Example
White with #CB7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7215; }
p { color: rgb(203,114,21); }
H1.HeaderClassName
{
color: #CB7215;
}
.AnyTagClassName
{
color: #CB7215;
}
</style>
background-color css
<style>
a { background-color: #CB7215; }
a { background-color: rgb(203,114,21); }
div.DivClassName
{
background-color: #CB7215;
}
.BgClassName
{
background-color: #CB7215;
}
</style>
border-color css
<style>
span { border-color: #CB7215; }
span { border-color: rgb(203,114,21); }
td.TdClassName
{
border-color: #CB7215;
}
.TagClassName
{
border-color: #CB7215;
}
</style>