Shades of Ochre #CC7914
Tints of Ochre #CC7914
RGB
CMYK
RGB Variations
Color information
#CC7914 (or 0xCC7914) is known color: Ochre. HEX triplet: CC, 79 and 14. RGB value is (204,121,20). Sum of RGB (Red+Green+Blue) = 204+121+20=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7914 is #3386EB. Grayscale: #868686. Windows color (decimal): -3376876 or 1341900. OLE color: 1341900.
HSL color Cylindrical-coordinate representation of color #CC7914: hue angle of 32.93º 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 #CC7914 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 20 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.2 |
| HSL | 32.93º | 0.82% | 0.44% | - |
| HSV(B) | 32.93º | 0.9% | 0.8% | - |
| XYZ | 31.87 | 26.56 | 4.11 | - |
| YUV | 134.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 20 | 0 | 0.41 | 0.90 | 0.2 | 32.93 | 0.82 | 0.44 |
| Hex | CC | 79 | 14 | 0 | 29 | 5A | 14 | 21 | 52 | 2C |
| Octal | 314 | 171 | 24 | 0 | 51 | 132 | 24 | 41 | 122 | 54 |
| Binary | 11001100 | 1111001 | 10100 | 0 | 101001 | 1011010 | 10100 | 100001 | 1010010 | 101100 |
Color Harmonies of #CC7914
Complementary color
Monochromatic Colors of #CC7914
Black with #CC7914
Text Example
Text Example
White with #CC7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7914; }
p { color: rgb(204,121,20); }
H1.HeaderClassName
{
color: #CC7914;
}
.AnyTagClassName
{
color: #CC7914;
}
</style>
background-color css
<style>
a { background-color: #CC7914; }
a { background-color: rgb(204,121,20); }
div.DivClassName
{
background-color: #CC7914;
}
.BgClassName
{
background-color: #CC7914;
}
</style>
border-color css
<style>
span { border-color: #CC7914; }
span { border-color: rgb(204,121,20); }
td.TdClassName
{
border-color: #CC7914;
}
.TagClassName
{
border-color: #CC7914;
}
</style>