Shades of Ochre #CC7220
Tints of Ochre #CC7220
RGB
CMYK
RGB Variations
Color information
#CC7220 (or 0xCC7220) is known color: Ochre. HEX triplet: CC, 72 and 20. RGB value is (204,114,32). Sum of RGB (Red+Green+Blue) = 204+114+32=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7220 is #338DDF. Grayscale: #838383. Windows color (decimal): -3378656 or 2126540. OLE color: 2126540.
HSL color Cylindrical-coordinate representation of color #CC7220: hue angle of 28.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC7220 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 32 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.2 |
| HSL | 28.6º | 0.73% | 0.46% | - |
| HSV(B) | 28.6º | 0.84% | 0.8% | - |
| XYZ | 31.18 | 24.98 | 4.54 | - |
| YUV | 131.56 | 71.82 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 32 | 0 | 0.44 | 0.84 | 0.2 | 28.6 | 0.73 | 0.46 |
| Hex | CC | 72 | 20 | 0 | 2C | 54 | 14 | 1D | 49 | 2E |
| Octal | 314 | 162 | 40 | 0 | 54 | 124 | 24 | 35 | 111 | 56 |
| Binary | 11001100 | 1110010 | 100000 | 0 | 101100 | 1010100 | 10100 | 11101 | 1001001 | 101110 |
Color Harmonies of #CC7220
Complementary color
Monochromatic Colors of #CC7220
Black with #CC7220
Text Example
Text Example
White with #CC7220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7220; }
p { color: rgb(204,114,32); }
H1.HeaderClassName
{
color: #CC7220;
}
.AnyTagClassName
{
color: #CC7220;
}
</style>
background-color css
<style>
a { background-color: #CC7220; }
a { background-color: rgb(204,114,32); }
div.DivClassName
{
background-color: #CC7220;
}
.BgClassName
{
background-color: #CC7220;
}
</style>
border-color css
<style>
span { border-color: #CC7220; }
span { border-color: rgb(204,114,32); }
td.TdClassName
{
border-color: #CC7220;
}
.TagClassName
{
border-color: #CC7220;
}
</style>