Shades of Ochre #CC7816
Tints of Ochre #CC7816
RGB
CMYK
RGB Variations
Color information
#CC7816 (or 0xCC7816) is known color: Ochre. HEX triplet: CC, 78 and 16. RGB value is (204,120,22). Sum of RGB (Red+Green+Blue) = 204+120+22=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7816 is #3387E9. Grayscale: #868686. Windows color (decimal): -3377130 or 1472716. OLE color: 1472716.
HSL color Cylindrical-coordinate representation of color #CC7816: hue angle of 32.31º 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 #CC7816 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.2 |
| HSL | 32.31º | 0.81% | 0.44% | - |
| HSV(B) | 32.31º | 0.89% | 0.8% | - |
| XYZ | 31.76 | 26.33 | 4.17 | - |
| YUV | 133.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 22 | 0 | 0.41 | 0.89 | 0.2 | 32.31 | 0.81 | 0.44 |
| Hex | CC | 78 | 16 | 0 | 29 | 59 | 14 | 20 | 51 | 2C |
| Octal | 314 | 170 | 26 | 0 | 51 | 131 | 24 | 40 | 121 | 54 |
| Binary | 11001100 | 1111000 | 10110 | 0 | 101001 | 1011001 | 10100 | 100000 | 1010001 | 101100 |
Color Harmonies of #CC7816
Complementary color
Monochromatic Colors of #CC7816
Black with #CC7816
Text Example
Text Example
White with #CC7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7816; }
p { color: rgb(204,120,22); }
H1.HeaderClassName
{
color: #CC7816;
}
.AnyTagClassName
{
color: #CC7816;
}
</style>
background-color css
<style>
a { background-color: #CC7816; }
a { background-color: rgb(204,120,22); }
div.DivClassName
{
background-color: #CC7816;
}
.BgClassName
{
background-color: #CC7816;
}
</style>
border-color css
<style>
span { border-color: #CC7816; }
span { border-color: rgb(204,120,22); }
td.TdClassName
{
border-color: #CC7816;
}
.TagClassName
{
border-color: #CC7816;
}
</style>