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