Shades of Ochre #CB701C
Tints of Ochre #CB701C
RGB
CMYK
RGB Variations
Color information
#CB701C (or 0xCB701C) is known color: Ochre. HEX triplet: CB, 70 and 1C. RGB value is (203,112,28). Sum of RGB (Red+Green+Blue) = 203+112+28=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB701C is #348FE3. Grayscale: #828282. Windows color (decimal): -3444708 or 1863883. OLE color: 1863883.
HSL color Cylindrical-coordinate representation of color #CB701C: hue angle of 28.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB701C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 28 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.20 |
| HSL | 28.8º | 0.76% | 0.45% | - |
| HSV(B) | 28.8º | 0.86% | 0.8% | - |
| XYZ | 30.63 | 24.37 | 4.19 | - |
| YUV | 129.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 28 | 0 | 0.45 | 0.86 | 0.20 | 28.8 | 0.76 | 0.45 |
| Hex | CB | 70 | 1C | 0 | 2D | 56 | 14 | 1D | 4C | 2D |
| Octal | 313 | 160 | 34 | 0 | 55 | 126 | 24 | 35 | 114 | 55 |
| Binary | 11001011 | 1110000 | 11100 | 0 | 101101 | 1010110 | 10100 | 11101 | 1001100 | 101101 |
Color Harmonies of #CB701C
Complementary color
Monochromatic Colors of #CB701C
Black with #CB701C
Text Example
Text Example
White with #CB701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB701C; }
p { color: rgb(203,112,28); }
H1.HeaderClassName
{
color: #CB701C;
}
.AnyTagClassName
{
color: #CB701C;
}
</style>
background-color css
<style>
a { background-color: #CB701C; }
a { background-color: rgb(203,112,28); }
div.DivClassName
{
background-color: #CB701C;
}
.BgClassName
{
background-color: #CB701C;
}
</style>
border-color css
<style>
span { border-color: #CB701C; }
span { border-color: rgb(203,112,28); }
td.TdClassName
{
border-color: #CB701C;
}
.TagClassName
{
border-color: #CB701C;
}
</style>