Shades of Ochre #CC7516
Tints of Ochre #CC7516
RGB
CMYK
RGB Variations
Color information
#CC7516 (or 0xCC7516) is known color: Ochre. HEX triplet: CC, 75 and 16. RGB value is (204,117,22). Sum of RGB (Red+Green+Blue) = 204+117+22=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7516 is #338AE9. Grayscale: #848484. Windows color (decimal): -3377898 or 1471948. OLE color: 1471948.
HSL color Cylindrical-coordinate representation of color #CC7516: hue angle of 31.32º 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 #CC7516 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 22 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.2 |
| HSL | 31.32º | 0.81% | 0.44% | - |
| HSV(B) | 31.32º | 0.89% | 0.8% | - |
| XYZ | 31.41 | 25.62 | 4.05 | - |
| YUV | 132.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 22 | 0 | 0.43 | 0.89 | 0.2 | 31.32 | 0.81 | 0.44 |
| Hex | CC | 75 | 16 | 0 | 2B | 59 | 14 | 1F | 51 | 2C |
| Octal | 314 | 165 | 26 | 0 | 53 | 131 | 24 | 37 | 121 | 54 |
| Binary | 11001100 | 1110101 | 10110 | 0 | 101011 | 1011001 | 10100 | 11111 | 1010001 | 101100 |
Color Harmonies of #CC7516
Complementary color
Monochromatic Colors of #CC7516
Black with #CC7516
Text Example
Text Example
White with #CC7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7516; }
p { color: rgb(204,117,22); }
H1.HeaderClassName
{
color: #CC7516;
}
.AnyTagClassName
{
color: #CC7516;
}
</style>
background-color css
<style>
a { background-color: #CC7516; }
a { background-color: rgb(204,117,22); }
div.DivClassName
{
background-color: #CC7516;
}
.BgClassName
{
background-color: #CC7516;
}
</style>
border-color css
<style>
span { border-color: #CC7516; }
span { border-color: rgb(204,117,22); }
td.TdClassName
{
border-color: #CC7516;
}
.TagClassName
{
border-color: #CC7516;
}
</style>