Shades of Ochre #CC7F11
Tints of Ochre #CC7F11
RGB
CMYK
RGB Variations
Color information
#CC7F11 (or 0xCC7F11) is known color: Ochre. HEX triplet: CC, 7F and 11. RGB value is (204,127,17). Sum of RGB (Red+Green+Blue) = 204+127+17=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F11 is #3380EE. Grayscale: #8A8A8A. Windows color (decimal): -3375343 or 1146828. OLE color: 1146828.
HSL color Cylindrical-coordinate representation of color #CC7F11: hue angle of 35.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7F11 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 17 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.2 |
| HSL | 35.29º | 0.85% | 0.43% | - |
| HSV(B) | 35.29º | 0.92% | 0.8% | - |
| XYZ | 32.59 | 28.06 | 4.23 | - |
| YUV | 137.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 17 | 0 | 0.38 | 0.92 | 0.2 | 35.29 | 0.85 | 0.43 |
| Hex | CC | 7F | 11 | 0 | 26 | 5C | 14 | 23 | 55 | 2B |
| Octal | 314 | 177 | 21 | 0 | 46 | 134 | 24 | 43 | 125 | 53 |
| Binary | 11001100 | 1111111 | 10001 | 0 | 100110 | 1011100 | 10100 | 100011 | 1010101 | 101011 |
Color Harmonies of #CC7F11
Complementary color
Monochromatic Colors of #CC7F11
Black with #CC7F11
Text Example
Text Example
White with #CC7F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F11; }
p { color: rgb(204,127,17); }
H1.HeaderClassName
{
color: #CC7F11;
}
.AnyTagClassName
{
color: #CC7F11;
}
</style>
background-color css
<style>
a { background-color: #CC7F11; }
a { background-color: rgb(204,127,17); }
div.DivClassName
{
background-color: #CC7F11;
}
.BgClassName
{
background-color: #CC7F11;
}
</style>
border-color css
<style>
span { border-color: #CC7F11; }
span { border-color: rgb(204,127,17); }
td.TdClassName
{
border-color: #CC7F11;
}
.TagClassName
{
border-color: #CC7F11;
}
</style>