Shades of Ochre #CC7F14
Tints of Ochre #CC7F14
RGB
CMYK
RGB Variations
Color information
#CC7F14 (or 0xCC7F14) is known color: Ochre. HEX triplet: CC, 7F and 14. RGB value is (204,127,20). Sum of RGB (Red+Green+Blue) = 204+127+20=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F14 is #3380EB. Grayscale: #8A8A8A. Windows color (decimal): -3375340 or 1343436. OLE color: 1343436.
HSL color Cylindrical-coordinate representation of color #CC7F14: hue angle of 34.89º 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 #CC7F14 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.2 |
| HSL | 34.89º | 0.82% | 0.44% | - |
| HSV(B) | 34.89º | 0.9% | 0.8% | - |
| XYZ | 32.62 | 28.07 | 4.36 | - |
| YUV | 137.83 | 61.51 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 20 | 0 | 0.38 | 0.90 | 0.2 | 34.89 | 0.82 | 0.44 |
| Hex | CC | 7F | 14 | 0 | 26 | 5A | 14 | 23 | 52 | 2C |
| Octal | 314 | 177 | 24 | 0 | 46 | 132 | 24 | 43 | 122 | 54 |
| Binary | 11001100 | 1111111 | 10100 | 0 | 100110 | 1011010 | 10100 | 100011 | 1010010 | 101100 |
Color Harmonies of #CC7F14
Complementary color
Monochromatic Colors of #CC7F14
Black with #CC7F14
Text Example
Text Example
White with #CC7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F14; }
p { color: rgb(204,127,20); }
H1.HeaderClassName
{
color: #CC7F14;
}
.AnyTagClassName
{
color: #CC7F14;
}
</style>
background-color css
<style>
a { background-color: #CC7F14; }
a { background-color: rgb(204,127,20); }
div.DivClassName
{
background-color: #CC7F14;
}
.BgClassName
{
background-color: #CC7F14;
}
</style>
border-color css
<style>
span { border-color: #CC7F14; }
span { border-color: rgb(204,127,20); }
td.TdClassName
{
border-color: #CC7F14;
}
.TagClassName
{
border-color: #CC7F14;
}
</style>