Shades of Ochre #CC8012
Tints of Ochre #CC8012
RGB
CMYK
RGB Variations
Color information
#CC8012 (or 0xCC8012) is known color: Ochre. HEX triplet: CC, 80 and 12. RGB value is (204,128,18). Sum of RGB (Red+Green+Blue) = 204+128+18=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8012 is #337FED. Grayscale: #8A8A8A. Windows color (decimal): -3375086 or 1212620. OLE color: 1212620.
HSL color Cylindrical-coordinate representation of color #CC8012: hue angle of 35.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8012 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 18 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.2 |
| HSL | 35.48º | 0.84% | 0.44% | - |
| HSV(B) | 35.48º | 0.91% | 0.8% | - |
| XYZ | 32.73 | 28.32 | 4.31 | - |
| YUV | 138.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 18 | 0 | 0.37 | 0.91 | 0.2 | 35.48 | 0.84 | 0.44 |
| Hex | CC | 80 | 12 | 0 | 25 | 5B | 14 | 23 | 54 | 2C |
| Octal | 314 | 200 | 22 | 0 | 45 | 133 | 24 | 43 | 124 | 54 |
| Binary | 11001100 | 10000000 | 10010 | 0 | 100101 | 1011011 | 10100 | 100011 | 1010100 | 101100 |
Color Harmonies of #CC8012
Complementary color
Monochromatic Colors of #CC8012
Black with #CC8012
Text Example
Text Example
White with #CC8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8012; }
p { color: rgb(204,128,18); }
H1.HeaderClassName
{
color: #CC8012;
}
.AnyTagClassName
{
color: #CC8012;
}
</style>
background-color css
<style>
a { background-color: #CC8012; }
a { background-color: rgb(204,128,18); }
div.DivClassName
{
background-color: #CC8012;
}
.BgClassName
{
background-color: #CC8012;
}
</style>
border-color css
<style>
span { border-color: #CC8012; }
span { border-color: rgb(204,128,18); }
td.TdClassName
{
border-color: #CC8012;
}
.TagClassName
{
border-color: #CC8012;
}
</style>