Shades of Ochre #CC7814
Tints of Ochre #CC7814
RGB
CMYK
RGB Variations
Color information
#CC7814 (or 0xCC7814) is known color: Ochre. HEX triplet: CC, 78 and 14. RGB value is (204,120,20). Sum of RGB (Red+Green+Blue) = 204+120+20=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7814 is #3387EB. Grayscale: #868686. Windows color (decimal): -3377132 or 1341644. OLE color: 1341644.
HSL color Cylindrical-coordinate representation of color #CC7814: hue angle of 32.61º 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 #CC7814 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 20 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.2 |
| HSL | 32.61º | 0.82% | 0.44% | - |
| HSV(B) | 32.61º | 0.9% | 0.8% | - |
| XYZ | 31.74 | 26.32 | 4.07 | - |
| YUV | 133.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 20 | 0 | 0.41 | 0.90 | 0.2 | 32.61 | 0.82 | 0.44 |
| Hex | CC | 78 | 14 | 0 | 29 | 5A | 14 | 21 | 52 | 2C |
| Octal | 314 | 170 | 24 | 0 | 51 | 132 | 24 | 41 | 122 | 54 |
| Binary | 11001100 | 1111000 | 10100 | 0 | 101001 | 1011010 | 10100 | 100001 | 1010010 | 101100 |
Color Harmonies of #CC7814
Complementary color
Monochromatic Colors of #CC7814
Black with #CC7814
Text Example
Text Example
White with #CC7814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7814; }
p { color: rgb(204,120,20); }
H1.HeaderClassName
{
color: #CC7814;
}
.AnyTagClassName
{
color: #CC7814;
}
</style>
background-color css
<style>
a { background-color: #CC7814; }
a { background-color: rgb(204,120,20); }
div.DivClassName
{
background-color: #CC7814;
}
.BgClassName
{
background-color: #CC7814;
}
</style>
border-color css
<style>
span { border-color: #CC7814; }
span { border-color: rgb(204,120,20); }
td.TdClassName
{
border-color: #CC7814;
}
.TagClassName
{
border-color: #CC7814;
}
</style>