Shades of Ochre #CC7F20
Tints of Ochre #CC7F20
RGB
CMYK
RGB Variations
Color information
#CC7F20 (or 0xCC7F20) is known color: Ochre. HEX triplet: CC, 7F and 20. RGB value is (204,127,32). Sum of RGB (Red+Green+Blue) = 204+127+32=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F20 is #3380DF. Grayscale: #8B8B8B. Windows color (decimal): -3375328 or 2129868. OLE color: 2129868.
HSL color Cylindrical-coordinate representation of color #CC7F20: hue angle of 33.14º 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 #CC7F20 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 32 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.2 |
| HSL | 33.14º | 0.73% | 0.46% | - |
| HSV(B) | 33.14º | 0.84% | 0.8% | - |
| XYZ | 32.75 | 28.12 | 5.07 | - |
| YUV | 139.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 32 | 0 | 0.38 | 0.84 | 0.2 | 33.14 | 0.73 | 0.46 |
| Hex | CC | 7F | 20 | 0 | 26 | 54 | 14 | 21 | 49 | 2E |
| Octal | 314 | 177 | 40 | 0 | 46 | 124 | 24 | 41 | 111 | 56 |
| Binary | 11001100 | 1111111 | 100000 | 0 | 100110 | 1010100 | 10100 | 100001 | 1001001 | 101110 |
Color Harmonies of #CC7F20
Complementary color
Monochromatic Colors of #CC7F20
Black with #CC7F20
Text Example
Text Example
White with #CC7F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F20; }
p { color: rgb(204,127,32); }
H1.HeaderClassName
{
color: #CC7F20;
}
.AnyTagClassName
{
color: #CC7F20;
}
</style>
background-color css
<style>
a { background-color: #CC7F20; }
a { background-color: rgb(204,127,32); }
div.DivClassName
{
background-color: #CC7F20;
}
.BgClassName
{
background-color: #CC7F20;
}
</style>
border-color css
<style>
span { border-color: #CC7F20; }
span { border-color: rgb(204,127,32); }
td.TdClassName
{
border-color: #CC7F20;
}
.TagClassName
{
border-color: #CC7F20;
}
</style>