Shades of Ochre #CC7111
Tints of Ochre #CC7111
RGB
CMYK
RGB Variations
Color information
#CC7111 (or 0xCC7111) is known color: Ochre. HEX triplet: CC, 71 and 11. RGB value is (204,113,17). Sum of RGB (Red+Green+Blue) = 204+113+17=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7111 is #338EEE. Grayscale: #818181. Windows color (decimal): -3378927 or 1143244. OLE color: 1143244.
HSL color Cylindrical-coordinate representation of color #CC7111: hue angle of 30.8º 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 #CC7111 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.2 |
| HSL | 30.8º | 0.85% | 0.43% | - |
| HSV(B) | 30.8º | 0.92% | 0.8% | - |
| XYZ | 30.91 | 24.69 | 3.67 | - |
| YUV | 129.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 17 | 0 | 0.45 | 0.92 | 0.2 | 30.8 | 0.85 | 0.43 |
| Hex | CC | 71 | 11 | 0 | 2D | 5C | 14 | 1F | 55 | 2B |
| Octal | 314 | 161 | 21 | 0 | 55 | 134 | 24 | 37 | 125 | 53 |
| Binary | 11001100 | 1110001 | 10001 | 0 | 101101 | 1011100 | 10100 | 11111 | 1010101 | 101011 |
Color Harmonies of #CC7111
Complementary color
Monochromatic Colors of #CC7111
Black with #CC7111
Text Example
Text Example
White with #CC7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7111; }
p { color: rgb(204,113,17); }
H1.HeaderClassName
{
color: #CC7111;
}
.AnyTagClassName
{
color: #CC7111;
}
</style>
background-color css
<style>
a { background-color: #CC7111; }
a { background-color: rgb(204,113,17); }
div.DivClassName
{
background-color: #CC7111;
}
.BgClassName
{
background-color: #CC7111;
}
</style>
border-color css
<style>
span { border-color: #CC7111; }
span { border-color: rgb(204,113,17); }
td.TdClassName
{
border-color: #CC7111;
}
.TagClassName
{
border-color: #CC7111;
}
</style>