Shades of Ochre #CC7116
Tints of Ochre #CC7116
RGB
CMYK
RGB Variations
Color information
#CC7116 (or 0xCC7116) is known color: Ochre. HEX triplet: CC, 71 and 16. RGB value is (204,113,22). Sum of RGB (Red+Green+Blue) = 204+113+22=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7116 is #338EE9. Grayscale: #828282. Windows color (decimal): -3378922 or 1470924. OLE color: 1470924.
HSL color Cylindrical-coordinate representation of color #CC7116: hue angle of 30º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC7116 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.2 |
| HSL | 30º | 0.81% | 0.44% | - |
| HSV(B) | 30º | 0.89% | 0.8% | - |
| XYZ | 30.95 | 24.71 | 3.9 | - |
| YUV | 129.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 22 | 0 | 0.45 | 0.89 | 0.2 | 30 | 0.81 | 0.44 |
| Hex | CC | 71 | 16 | 0 | 2D | 59 | 14 | 1E | 51 | 2C |
| Octal | 314 | 161 | 26 | 0 | 55 | 131 | 24 | 36 | 121 | 54 |
| Binary | 11001100 | 1110001 | 10110 | 0 | 101101 | 1011001 | 10100 | 11110 | 1010001 | 101100 |
Color Harmonies of #CC7116
Complementary color
Monochromatic Colors of #CC7116
Black with #CC7116
Text Example
Text Example
White with #CC7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7116; }
p { color: rgb(204,113,22); }
H1.HeaderClassName
{
color: #CC7116;
}
.AnyTagClassName
{
color: #CC7116;
}
</style>
background-color css
<style>
a { background-color: #CC7116; }
a { background-color: rgb(204,113,22); }
div.DivClassName
{
background-color: #CC7116;
}
.BgClassName
{
background-color: #CC7116;
}
</style>
border-color css
<style>
span { border-color: #CC7116; }
span { border-color: rgb(204,113,22); }
td.TdClassName
{
border-color: #CC7116;
}
.TagClassName
{
border-color: #CC7116;
}
</style>