Shades of Ochre #CC7512
Tints of Ochre #CC7512
RGB
CMYK
RGB Variations
Color information
#CC7512 (or 0xCC7512) is known color: Ochre. HEX triplet: CC, 75 and 12. RGB value is (204,117,18). Sum of RGB (Red+Green+Blue) = 204+117+18=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7512 is #338AED. Grayscale: #848484. Windows color (decimal): -3377902 or 1209804. OLE color: 1209804.
HSL color Cylindrical-coordinate representation of color #CC7512: hue angle of 31.94º 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 #CC7512 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.2 |
| HSL | 31.94º | 0.84% | 0.44% | - |
| HSV(B) | 31.94º | 0.91% | 0.8% | - |
| XYZ | 31.37 | 25.6 | 3.86 | - |
| YUV | 131.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 18 | 0 | 0.43 | 0.91 | 0.2 | 31.94 | 0.84 | 0.44 |
| Hex | CC | 75 | 12 | 0 | 2B | 5B | 14 | 20 | 54 | 2C |
| Octal | 314 | 165 | 22 | 0 | 53 | 133 | 24 | 40 | 124 | 54 |
| Binary | 11001100 | 1110101 | 10010 | 0 | 101011 | 1011011 | 10100 | 100000 | 1010100 | 101100 |
Color Harmonies of #CC7512
Complementary color
Monochromatic Colors of #CC7512
Black with #CC7512
Text Example
Text Example
White with #CC7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7512; }
p { color: rgb(204,117,18); }
H1.HeaderClassName
{
color: #CC7512;
}
.AnyTagClassName
{
color: #CC7512;
}
</style>
background-color css
<style>
a { background-color: #CC7512; }
a { background-color: rgb(204,117,18); }
div.DivClassName
{
background-color: #CC7512;
}
.BgClassName
{
background-color: #CC7512;
}
</style>
border-color css
<style>
span { border-color: #CC7512; }
span { border-color: rgb(204,117,18); }
td.TdClassName
{
border-color: #CC7512;
}
.TagClassName
{
border-color: #CC7512;
}
</style>