Shades of Ochre #CC7414
Tints of Ochre #CC7414
RGB
CMYK
RGB Variations
Color information
#CC7414 (or 0xCC7414) is known color: Ochre. HEX triplet: CC, 74 and 14. RGB value is (204,116,20). Sum of RGB (Red+Green+Blue) = 204+116+20=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7414 is #338BEB. Grayscale: #838383. Windows color (decimal): -3378156 or 1340620. OLE color: 1340620.
HSL color Cylindrical-coordinate representation of color #CC7414: hue angle of 31.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC7414 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 20 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.2 |
| HSL | 31.3º | 0.82% | 0.44% | - |
| HSV(B) | 31.3º | 0.9% | 0.8% | - |
| XYZ | 31.27 | 25.38 | 3.91 | - |
| YUV | 131.37 | 65.15 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 20 | 0 | 0.43 | 0.90 | 0.2 | 31.3 | 0.82 | 0.44 |
| Hex | CC | 74 | 14 | 0 | 2B | 5A | 14 | 1F | 52 | 2C |
| Octal | 314 | 164 | 24 | 0 | 53 | 132 | 24 | 37 | 122 | 54 |
| Binary | 11001100 | 1110100 | 10100 | 0 | 101011 | 1011010 | 10100 | 11111 | 1010010 | 101100 |
Color Harmonies of #CC7414
Complementary color
Monochromatic Colors of #CC7414
Black with #CC7414
Text Example
Text Example
White with #CC7414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7414; }
p { color: rgb(204,116,20); }
H1.HeaderClassName
{
color: #CC7414;
}
.AnyTagClassName
{
color: #CC7414;
}
</style>
background-color css
<style>
a { background-color: #CC7414; }
a { background-color: rgb(204,116,20); }
div.DivClassName
{
background-color: #CC7414;
}
.BgClassName
{
background-color: #CC7414;
}
</style>
border-color css
<style>
span { border-color: #CC7414; }
span { border-color: rgb(204,116,20); }
td.TdClassName
{
border-color: #CC7414;
}
.TagClassName
{
border-color: #CC7414;
}
</style>