Shades of Ochre #CC7620
Tints of Ochre #CC7620
RGB
CMYK
RGB Variations
Color information
#CC7620 (or 0xCC7620) is known color: Ochre. HEX triplet: CC, 76 and 20. RGB value is (204,118,32). Sum of RGB (Red+Green+Blue) = 204+118+32=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7620 is #3389DF. Grayscale: #868686. Windows color (decimal): -3377632 or 2127564. OLE color: 2127564.
HSL color Cylindrical-coordinate representation of color #CC7620: hue angle of 30º 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 #CC7620 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 32 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.2 |
| HSL | 30º | 0.73% | 0.46% | - |
| HSV(B) | 30º | 0.84% | 0.8% | - |
| XYZ | 31.64 | 25.9 | 4.7 | - |
| YUV | 133.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 32 | 0 | 0.42 | 0.84 | 0.2 | 30 | 0.73 | 0.46 |
| Hex | CC | 76 | 20 | 0 | 2A | 54 | 14 | 1E | 49 | 2E |
| Octal | 314 | 166 | 40 | 0 | 52 | 124 | 24 | 36 | 111 | 56 |
| Binary | 11001100 | 1110110 | 100000 | 0 | 101010 | 1010100 | 10100 | 11110 | 1001001 | 101110 |
Color Harmonies of #CC7620
Complementary color
Monochromatic Colors of #CC7620
Black with #CC7620
Text Example
Text Example
White with #CC7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7620; }
p { color: rgb(204,118,32); }
H1.HeaderClassName
{
color: #CC7620;
}
.AnyTagClassName
{
color: #CC7620;
}
</style>
background-color css
<style>
a { background-color: #CC7620; }
a { background-color: rgb(204,118,32); }
div.DivClassName
{
background-color: #CC7620;
}
.BgClassName
{
background-color: #CC7620;
}
</style>
border-color css
<style>
span { border-color: #CC7620; }
span { border-color: rgb(204,118,32); }
td.TdClassName
{
border-color: #CC7620;
}
.TagClassName
{
border-color: #CC7620;
}
</style>