Shades of Ochre #CC7A14
Tints of Ochre #CC7A14
RGB
CMYK
RGB Variations
Color information
#CC7A14 (or 0xCC7A14) is known color: Ochre. HEX triplet: CC, 7A and 14. RGB value is (204,122,20). Sum of RGB (Red+Green+Blue) = 204+122+20=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A14 is #3385EB. Grayscale: #878787. Windows color (decimal): -3376620 or 1342156. OLE color: 1342156.
HSL color Cylindrical-coordinate representation of color #CC7A14: hue angle of 33.26º 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 #CC7A14 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 20 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.2 |
| HSL | 33.26º | 0.82% | 0.44% | - |
| HSV(B) | 33.26º | 0.9% | 0.8% | - |
| XYZ | 31.99 | 26.81 | 4.15 | - |
| YUV | 134.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 20 | 0 | 0.40 | 0.90 | 0.2 | 33.26 | 0.82 | 0.44 |
| Hex | CC | 7A | 14 | 0 | 28 | 5A | 14 | 21 | 52 | 2C |
| Octal | 314 | 172 | 24 | 0 | 50 | 132 | 24 | 41 | 122 | 54 |
| Binary | 11001100 | 1111010 | 10100 | 0 | 101000 | 1011010 | 10100 | 100001 | 1010010 | 101100 |
Color Harmonies of #CC7A14
Complementary color
Monochromatic Colors of #CC7A14
Black with #CC7A14
Text Example
Text Example
White with #CC7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A14; }
p { color: rgb(204,122,20); }
H1.HeaderClassName
{
color: #CC7A14;
}
.AnyTagClassName
{
color: #CC7A14;
}
</style>
background-color css
<style>
a { background-color: #CC7A14; }
a { background-color: rgb(204,122,20); }
div.DivClassName
{
background-color: #CC7A14;
}
.BgClassName
{
background-color: #CC7A14;
}
</style>
border-color css
<style>
span { border-color: #CC7A14; }
span { border-color: rgb(204,122,20); }
td.TdClassName
{
border-color: #CC7A14;
}
.TagClassName
{
border-color: #CC7A14;
}
</style>