Shades of Ochre #CC7619
Tints of Ochre #CC7619
RGB
CMYK
RGB Variations
Color information
#CC7619 (or 0xCC7619) is known color: Ochre. HEX triplet: CC, 76 and 19. RGB value is (204,118,25). Sum of RGB (Red+Green+Blue) = 204+118+25=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7619 is #3389E6. Grayscale: #858585. Windows color (decimal): -3377639 or 1668812. OLE color: 1668812.
HSL color Cylindrical-coordinate representation of color #CC7619: hue angle of 31.17º 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 #CC7619 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.2 |
| HSL | 31.17º | 0.78% | 0.45% | - |
| HSV(B) | 31.17º | 0.88% | 0.8% | - |
| XYZ | 31.56 | 25.86 | 4.25 | - |
| YUV | 133.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 25 | 0 | 0.42 | 0.88 | 0.2 | 31.17 | 0.78 | 0.45 |
| Hex | CC | 76 | 19 | 0 | 2A | 58 | 14 | 1F | 4E | 2D |
| Octal | 314 | 166 | 31 | 0 | 52 | 130 | 24 | 37 | 116 | 55 |
| Binary | 11001100 | 1110110 | 11001 | 0 | 101010 | 1011000 | 10100 | 11111 | 1001110 | 101101 |
Color Harmonies of #CC7619
Complementary color
Monochromatic Colors of #CC7619
Black with #CC7619
Text Example
Text Example
White with #CC7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7619; }
p { color: rgb(204,118,25); }
H1.HeaderClassName
{
color: #CC7619;
}
.AnyTagClassName
{
color: #CC7619;
}
</style>
background-color css
<style>
a { background-color: #CC7619; }
a { background-color: rgb(204,118,25); }
div.DivClassName
{
background-color: #CC7619;
}
.BgClassName
{
background-color: #CC7619;
}
</style>
border-color css
<style>
span { border-color: #CC7619; }
span { border-color: rgb(204,118,25); }
td.TdClassName
{
border-color: #CC7619;
}
.TagClassName
{
border-color: #CC7619;
}
</style>