Shades of Ochre #CB7F11
Tints of Ochre #CB7F11
RGB
CMYK
RGB Variations
Color information
#CB7F11 (or 0xCB7F11) is known color: Ochre. HEX triplet: CB, 7F and 11. RGB value is (203,127,17). Sum of RGB (Red+Green+Blue) = 203+127+17=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F11 is #3480EE. Grayscale: #898989. Windows color (decimal): -3440879 or 1146827. OLE color: 1146827.
HSL color Cylindrical-coordinate representation of color #CB7F11: hue angle of 35.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7F11 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.20 |
| HSL | 35.48º | 0.85% | 0.43% | - |
| HSV(B) | 35.48º | 0.92% | 0.8% | - |
| XYZ | 32.32 | 27.92 | 4.22 | - |
| YUV | 137.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 17 | 0 | 0.37 | 0.92 | 0.20 | 35.48 | 0.85 | 0.43 |
| Hex | CB | 7F | 11 | 0 | 25 | 5C | 14 | 23 | 55 | 2B |
| Octal | 313 | 177 | 21 | 0 | 45 | 134 | 24 | 43 | 125 | 53 |
| Binary | 11001011 | 1111111 | 10001 | 0 | 100101 | 1011100 | 10100 | 100011 | 1010101 | 101011 |
Color Harmonies of #CB7F11
Complementary color
Monochromatic Colors of #CB7F11
Black with #CB7F11
Text Example
Text Example
White with #CB7F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F11; }
p { color: rgb(203,127,17); }
H1.HeaderClassName
{
color: #CB7F11;
}
.AnyTagClassName
{
color: #CB7F11;
}
</style>
background-color css
<style>
a { background-color: #CB7F11; }
a { background-color: rgb(203,127,17); }
div.DivClassName
{
background-color: #CB7F11;
}
.BgClassName
{
background-color: #CB7F11;
}
</style>
border-color css
<style>
span { border-color: #CB7F11; }
span { border-color: rgb(203,127,17); }
td.TdClassName
{
border-color: #CB7F11;
}
.TagClassName
{
border-color: #CB7F11;
}
</style>