Shades of Ochre #CC7714
Tints of Ochre #CC7714
RGB
CMYK
RGB Variations
Color information
#CC7714 (or 0xCC7714) is known color: Ochre. HEX triplet: CC, 77 and 14. RGB value is (204,119,20). Sum of RGB (Red+Green+Blue) = 204+119+20=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7714 is #3388EB. Grayscale: #858585. Windows color (decimal): -3377388 or 1341388. OLE color: 1341388.
HSL color Cylindrical-coordinate representation of color #CC7714: hue angle of 32.28º 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 #CC7714 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.2 |
| HSL | 32.28º | 0.82% | 0.44% | - |
| HSV(B) | 32.28º | 0.9% | 0.8% | - |
| XYZ | 31.62 | 26.08 | 4.03 | - |
| YUV | 133.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 20 | 0 | 0.42 | 0.90 | 0.2 | 32.28 | 0.82 | 0.44 |
| Hex | CC | 77 | 14 | 0 | 2A | 5A | 14 | 20 | 52 | 2C |
| Octal | 314 | 167 | 24 | 0 | 52 | 132 | 24 | 40 | 122 | 54 |
| Binary | 11001100 | 1110111 | 10100 | 0 | 101010 | 1011010 | 10100 | 100000 | 1010010 | 101100 |
Color Harmonies of #CC7714
Complementary color
Monochromatic Colors of #CC7714
Black with #CC7714
Text Example
Text Example
White with #CC7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7714; }
p { color: rgb(204,119,20); }
H1.HeaderClassName
{
color: #CC7714;
}
.AnyTagClassName
{
color: #CC7714;
}
</style>
background-color css
<style>
a { background-color: #CC7714; }
a { background-color: rgb(204,119,20); }
div.DivClassName
{
background-color: #CC7714;
}
.BgClassName
{
background-color: #CC7714;
}
</style>
border-color css
<style>
span { border-color: #CC7714; }
span { border-color: rgb(204,119,20); }
td.TdClassName
{
border-color: #CC7714;
}
.TagClassName
{
border-color: #CC7714;
}
</style>