Shades of Ochre #CC7412
Tints of Ochre #CC7412
RGB
CMYK
RGB Variations
Color information
#CC7412 (or 0xCC7412) is known color: Ochre. HEX triplet: CC, 74 and 12. RGB value is (204,116,18). Sum of RGB (Red+Green+Blue) = 204+116+18=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7412 is #338BED. Grayscale: #838383. Windows color (decimal): -3378158 or 1209548. OLE color: 1209548.
HSL color Cylindrical-coordinate representation of color #CC7412: hue angle of 31.61º 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 #CC7412 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.2 |
| HSL | 31.61º | 0.84% | 0.44% | - |
| HSV(B) | 31.61º | 0.91% | 0.8% | - |
| XYZ | 31.26 | 25.37 | 3.82 | - |
| YUV | 131.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 18 | 0 | 0.43 | 0.91 | 0.2 | 31.61 | 0.84 | 0.44 |
| Hex | CC | 74 | 12 | 0 | 2B | 5B | 14 | 20 | 54 | 2C |
| Octal | 314 | 164 | 22 | 0 | 53 | 133 | 24 | 40 | 124 | 54 |
| Binary | 11001100 | 1110100 | 10010 | 0 | 101011 | 1011011 | 10100 | 100000 | 1010100 | 101100 |
Color Harmonies of #CC7412
Complementary color
Monochromatic Colors of #CC7412
Black with #CC7412
Text Example
Text Example
White with #CC7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7412; }
p { color: rgb(204,116,18); }
H1.HeaderClassName
{
color: #CC7412;
}
.AnyTagClassName
{
color: #CC7412;
}
</style>
background-color css
<style>
a { background-color: #CC7412; }
a { background-color: rgb(204,116,18); }
div.DivClassName
{
background-color: #CC7412;
}
.BgClassName
{
background-color: #CC7412;
}
</style>
border-color css
<style>
span { border-color: #CC7412; }
span { border-color: rgb(204,116,18); }
td.TdClassName
{
border-color: #CC7412;
}
.TagClassName
{
border-color: #CC7412;
}
</style>