Shades of Ochre #CC7916
Tints of Ochre #CC7916
RGB
CMYK
RGB Variations
Color information
#CC7916 (or 0xCC7916) is known color: Ochre. HEX triplet: CC, 79 and 16. RGB value is (204,121,22). Sum of RGB (Red+Green+Blue) = 204+121+22=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7916 is #3386E9. Grayscale: #878787. Windows color (decimal): -3376874 or 1472972. OLE color: 1472972.
HSL color Cylindrical-coordinate representation of color #CC7916: hue angle of 32.64º 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 #CC7916 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.2 |
| HSL | 32.64º | 0.81% | 0.44% | - |
| HSV(B) | 32.64º | 0.89% | 0.8% | - |
| XYZ | 31.88 | 26.57 | 4.21 | - |
| YUV | 134.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 22 | 0 | 0.41 | 0.89 | 0.2 | 32.64 | 0.81 | 0.44 |
| Hex | CC | 79 | 16 | 0 | 29 | 59 | 14 | 21 | 51 | 2C |
| Octal | 314 | 171 | 26 | 0 | 51 | 131 | 24 | 41 | 121 | 54 |
| Binary | 11001100 | 1111001 | 10110 | 0 | 101001 | 1011001 | 10100 | 100001 | 1010001 | 101100 |
Color Harmonies of #CC7916
Complementary color
Monochromatic Colors of #CC7916
Black with #CC7916
Text Example
Text Example
White with #CC7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7916; }
p { color: rgb(204,121,22); }
H1.HeaderClassName
{
color: #CC7916;
}
.AnyTagClassName
{
color: #CC7916;
}
</style>
background-color css
<style>
a { background-color: #CC7916; }
a { background-color: rgb(204,121,22); }
div.DivClassName
{
background-color: #CC7916;
}
.BgClassName
{
background-color: #CC7916;
}
</style>
border-color css
<style>
span { border-color: #CC7916; }
span { border-color: rgb(204,121,22); }
td.TdClassName
{
border-color: #CC7916;
}
.TagClassName
{
border-color: #CC7916;
}
</style>