Shades of Ochre #CB701E
Tints of Ochre #CB701E
RGB
CMYK
RGB Variations
Color information
#CB701E (or 0xCB701E) is known color: Ochre. HEX triplet: CB, 70 and 1E. RGB value is (203,112,30). Sum of RGB (Red+Green+Blue) = 203+112+30=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB701E is #348FE1. Grayscale: #828282. Windows color (decimal): -3444706 or 1994955. OLE color: 1994955.
HSL color Cylindrical-coordinate representation of color #CB701E: hue angle of 28.44º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB701E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 30 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.20 |
| HSL | 28.44º | 0.74% | 0.46% | - |
| HSV(B) | 28.44º | 0.85% | 0.8% | - |
| XYZ | 30.66 | 24.38 | 4.32 | - |
| YUV | 129.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 30 | 0 | 0.45 | 0.85 | 0.20 | 28.44 | 0.74 | 0.46 |
| Hex | CB | 70 | 1E | 0 | 2D | 55 | 14 | 1C | 4A | 2E |
| Octal | 313 | 160 | 36 | 0 | 55 | 125 | 24 | 34 | 112 | 56 |
| Binary | 11001011 | 1110000 | 11110 | 0 | 101101 | 1010101 | 10100 | 11100 | 1001010 | 101110 |
Color Harmonies of #CB701E
Complementary color
Monochromatic Colors of #CB701E
Black with #CB701E
Text Example
Text Example
White with #CB701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB701E; }
p { color: rgb(203,112,30); }
H1.HeaderClassName
{
color: #CB701E;
}
.AnyTagClassName
{
color: #CB701E;
}
</style>
background-color css
<style>
a { background-color: #CB701E; }
a { background-color: rgb(203,112,30); }
div.DivClassName
{
background-color: #CB701E;
}
.BgClassName
{
background-color: #CB701E;
}
</style>
border-color css
<style>
span { border-color: #CB701E; }
span { border-color: rgb(203,112,30); }
td.TdClassName
{
border-color: #CB701E;
}
.TagClassName
{
border-color: #CB701E;
}
</style>