Shades of Ochre #CC7421
Tints of Ochre #CC7421
RGB
CMYK
RGB Variations
Color information
#CC7421 (or 0xCC7421) is known color: Ochre. HEX triplet: CC, 74 and 21. RGB value is (204,116,33). Sum of RGB (Red+Green+Blue) = 204+116+33=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7421 is #338BDE. Grayscale: #858585. Windows color (decimal): -3378143 or 2192588. OLE color: 2192588.
HSL color Cylindrical-coordinate representation of color #CC7421: hue angle of 29.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC7421 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.2 |
| HSL | 29.12º | 0.72% | 0.46% | - |
| HSV(B) | 29.12º | 0.84% | 0.8% | - |
| XYZ | 31.42 | 25.44 | 4.69 | - |
| YUV | 132.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 33 | 0 | 0.43 | 0.84 | 0.2 | 29.12 | 0.72 | 0.46 |
| Hex | CC | 74 | 21 | 0 | 2B | 54 | 14 | 1D | 48 | 2E |
| Octal | 314 | 164 | 41 | 0 | 53 | 124 | 24 | 35 | 110 | 56 |
| Binary | 11001100 | 1110100 | 100001 | 0 | 101011 | 1010100 | 10100 | 11101 | 1001000 | 101110 |
Color Harmonies of #CC7421
Complementary color
Monochromatic Colors of #CC7421
Black with #CC7421
Text Example
Text Example
White with #CC7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7421; }
p { color: rgb(204,116,33); }
H1.HeaderClassName
{
color: #CC7421;
}
.AnyTagClassName
{
color: #CC7421;
}
</style>
background-color css
<style>
a { background-color: #CC7421; }
a { background-color: rgb(204,116,33); }
div.DivClassName
{
background-color: #CC7421;
}
.BgClassName
{
background-color: #CC7421;
}
</style>
border-color css
<style>
span { border-color: #CC7421; }
span { border-color: rgb(204,116,33); }
td.TdClassName
{
border-color: #CC7421;
}
.TagClassName
{
border-color: #CC7421;
}
</style>