Shades of Ochre #CC7219
Tints of Ochre #CC7219
RGB
CMYK
RGB Variations
Color information
#CC7219 (or 0xCC7219) is known color: Ochre. HEX triplet: CC, 72 and 19. RGB value is (204,114,25). Sum of RGB (Red+Green+Blue) = 204+114+25=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7219 is #338DE6. Grayscale: #838383. Windows color (decimal): -3378663 or 1667788. OLE color: 1667788.
HSL color Cylindrical-coordinate representation of color #CC7219: hue angle of 29.83º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC7219 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.2 |
| HSL | 29.83º | 0.78% | 0.45% | - |
| HSV(B) | 29.83º | 0.88% | 0.8% | - |
| XYZ | 31.09 | 24.94 | 4.1 | - |
| YUV | 130.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 25 | 0 | 0.44 | 0.88 | 0.2 | 29.83 | 0.78 | 0.45 |
| Hex | CC | 72 | 19 | 0 | 2C | 58 | 14 | 1E | 4E | 2D |
| Octal | 314 | 162 | 31 | 0 | 54 | 130 | 24 | 36 | 116 | 55 |
| Binary | 11001100 | 1110010 | 11001 | 0 | 101100 | 1011000 | 10100 | 11110 | 1001110 | 101101 |
Color Harmonies of #CC7219
Complementary color
Monochromatic Colors of #CC7219
Black with #CC7219
Text Example
Text Example
White with #CC7219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7219; }
p { color: rgb(204,114,25); }
H1.HeaderClassName
{
color: #CC7219;
}
.AnyTagClassName
{
color: #CC7219;
}
</style>
background-color css
<style>
a { background-color: #CC7219; }
a { background-color: rgb(204,114,25); }
div.DivClassName
{
background-color: #CC7219;
}
.BgClassName
{
background-color: #CC7219;
}
</style>
border-color css
<style>
span { border-color: #CC7219; }
span { border-color: rgb(204,114,25); }
td.TdClassName
{
border-color: #CC7219;
}
.TagClassName
{
border-color: #CC7219;
}
</style>