Shades of Ochre #CC7E16
Tints of Ochre #CC7E16
RGB
CMYK
RGB Variations
Color information
#CC7E16 (or 0xCC7E16) is known color: Ochre. HEX triplet: CC, 7E and 16. RGB value is (204,126,22). Sum of RGB (Red+Green+Blue) = 204+126+22=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7E16 is #3381E9. Grayscale: #898989. Windows color (decimal): -3375594 or 1474252. OLE color: 1474252.
HSL color Cylindrical-coordinate representation of color #CC7E16: hue angle of 34.29º 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 #CC7E16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 22 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.2 |
| HSL | 34.29º | 0.81% | 0.44% | - |
| HSV(B) | 34.29º | 0.89% | 0.8% | - |
| XYZ | 32.51 | 27.82 | 4.41 | - |
| YUV | 137.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 22 | 0 | 0.38 | 0.89 | 0.2 | 34.29 | 0.81 | 0.44 |
| Hex | CC | 7E | 16 | 0 | 26 | 59 | 14 | 22 | 51 | 2C |
| Octal | 314 | 176 | 26 | 0 | 46 | 131 | 24 | 42 | 121 | 54 |
| Binary | 11001100 | 1111110 | 10110 | 0 | 100110 | 1011001 | 10100 | 100010 | 1010001 | 101100 |
Color Harmonies of #CC7E16
Complementary color
Monochromatic Colors of #CC7E16
Black with #CC7E16
Text Example
Text Example
White with #CC7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E16; }
p { color: rgb(204,126,22); }
H1.HeaderClassName
{
color: #CC7E16;
}
.AnyTagClassName
{
color: #CC7E16;
}
</style>
background-color css
<style>
a { background-color: #CC7E16; }
a { background-color: rgb(204,126,22); }
div.DivClassName
{
background-color: #CC7E16;
}
.BgClassName
{
background-color: #CC7E16;
}
</style>
border-color css
<style>
span { border-color: #CC7E16; }
span { border-color: rgb(204,126,22); }
td.TdClassName
{
border-color: #CC7E16;
}
.TagClassName
{
border-color: #CC7E16;
}
</style>