Shades of Ochre #CC7F0E
Tints of Ochre #CC7F0E
RGB
CMYK
RGB Variations
Color information
#CC7F0E (or 0xCC7F0E) is known color: Ochre. HEX triplet: CC, 7F and 0E. RGB value is (204,127,14). Sum of RGB (Red+Green+Blue) = 204+127+14=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F0E is #3380F1. Grayscale: #898989. Windows color (decimal): -3375346 or 950220. OLE color: 950220.
HSL color Cylindrical-coordinate representation of color #CC7F0E: hue angle of 35.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC7F0E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 14 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.2 |
| HSL | 35.68º | 0.87% | 0.43% | - |
| HSV(B) | 35.68º | 0.93% | 0.8% | - |
| XYZ | 32.57 | 28.05 | 4.11 | - |
| YUV | 137.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 14 | 0 | 0.38 | 0.93 | 0.2 | 35.68 | 0.87 | 0.43 |
| Hex | CC | 7F | E | 0 | 26 | 5D | 14 | 24 | 57 | 2B |
| Octal | 314 | 177 | 16 | 0 | 46 | 135 | 24 | 44 | 127 | 53 |
| Binary | 11001100 | 1111111 | 1110 | 0 | 100110 | 1011101 | 10100 | 100100 | 1010111 | 101011 |
Color Harmonies of #CC7F0E
Complementary color
Monochromatic Colors of #CC7F0E
Black with #CC7F0E
Text Example
Text Example
White with #CC7F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F0E; }
p { color: rgb(204,127,14); }
H1.HeaderClassName
{
color: #CC7F0E;
}
.AnyTagClassName
{
color: #CC7F0E;
}
</style>
background-color css
<style>
a { background-color: #CC7F0E; }
a { background-color: rgb(204,127,14); }
div.DivClassName
{
background-color: #CC7F0E;
}
.BgClassName
{
background-color: #CC7F0E;
}
</style>
border-color css
<style>
span { border-color: #CC7F0E; }
span { border-color: rgb(204,127,14); }
td.TdClassName
{
border-color: #CC7F0E;
}
.TagClassName
{
border-color: #CC7F0E;
}
</style>