Shades of Ochre #CB8011
Tints of Ochre #CB8011
RGB
CMYK
RGB Variations
Color information
#CB8011 (or 0xCB8011) is known color: Ochre. HEX triplet: CB, 80 and 11. RGB value is (203,128,17). Sum of RGB (Red+Green+Blue) = 203+128+17=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8011 is #347FEE. Grayscale: #8A8A8A. Windows color (decimal): -3440623 or 1147083. OLE color: 1147083.
HSL color Cylindrical-coordinate representation of color #CB8011: hue angle of 35.81º 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 #CB8011 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.20 |
| HSL | 35.81º | 0.85% | 0.43% | - |
| HSV(B) | 35.81º | 0.92% | 0.8% | - |
| XYZ | 32.45 | 28.18 | 4.26 | - |
| YUV | 137.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 17 | 0 | 0.37 | 0.92 | 0.20 | 35.81 | 0.85 | 0.43 |
| Hex | CB | 80 | 11 | 0 | 25 | 5C | 14 | 24 | 55 | 2B |
| Octal | 313 | 200 | 21 | 0 | 45 | 134 | 24 | 44 | 125 | 53 |
| Binary | 11001011 | 10000000 | 10001 | 0 | 100101 | 1011100 | 10100 | 100100 | 1010101 | 101011 |
Color Harmonies of #CB8011
Complementary color
Monochromatic Colors of #CB8011
Black with #CB8011
Text Example
Text Example
White with #CB8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8011; }
p { color: rgb(203,128,17); }
H1.HeaderClassName
{
color: #CB8011;
}
.AnyTagClassName
{
color: #CB8011;
}
</style>
background-color css
<style>
a { background-color: #CB8011; }
a { background-color: rgb(203,128,17); }
div.DivClassName
{
background-color: #CB8011;
}
.BgClassName
{
background-color: #CB8011;
}
</style>
border-color css
<style>
span { border-color: #CB8011; }
span { border-color: rgb(203,128,17); }
td.TdClassName
{
border-color: #CB8011;
}
.TagClassName
{
border-color: #CB8011;
}
</style>