Shades of Ochre #CC8011
Tints of Ochre #CC8011
RGB
CMYK
RGB Variations
Color information
#CC8011 (or 0xCC8011) is known color: Ochre. HEX triplet: CC, 80 and 11. RGB value is (204,128,17). Sum of RGB (Red+Green+Blue) = 204+128+17=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8011 is #337FEE. Grayscale: #8A8A8A. Windows color (decimal): -3375087 or 1147084. OLE color: 1147084.
HSL color Cylindrical-coordinate representation of color #CC8011: hue angle of 35.61º 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 #CC8011 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.2 |
| HSL | 35.61º | 0.85% | 0.43% | - |
| HSV(B) | 35.61º | 0.92% | 0.8% | - |
| XYZ | 32.72 | 28.32 | 4.27 | - |
| YUV | 138.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 17 | 0 | 0.37 | 0.92 | 0.2 | 35.61 | 0.85 | 0.43 |
| Hex | CC | 80 | 11 | 0 | 25 | 5C | 14 | 24 | 55 | 2B |
| Octal | 314 | 200 | 21 | 0 | 45 | 134 | 24 | 44 | 125 | 53 |
| Binary | 11001100 | 10000000 | 10001 | 0 | 100101 | 1011100 | 10100 | 100100 | 1010101 | 101011 |
Color Harmonies of #CC8011
Complementary color
Monochromatic Colors of #CC8011
Black with #CC8011
Text Example
Text Example
White with #CC8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8011; }
p { color: rgb(204,128,17); }
H1.HeaderClassName
{
color: #CC8011;
}
.AnyTagClassName
{
color: #CC8011;
}
</style>
background-color css
<style>
a { background-color: #CC8011; }
a { background-color: rgb(204,128,17); }
div.DivClassName
{
background-color: #CC8011;
}
.BgClassName
{
background-color: #CC8011;
}
</style>
border-color css
<style>
span { border-color: #CC8011; }
span { border-color: rgb(204,128,17); }
td.TdClassName
{
border-color: #CC8011;
}
.TagClassName
{
border-color: #CC8011;
}
</style>