Shades of Ochre #CC7519
Tints of Ochre #CC7519
RGB
CMYK
RGB Variations
Color information
#CC7519 (or 0xCC7519) is known color: Ochre. HEX triplet: CC, 75 and 19. RGB value is (204,117,25). Sum of RGB (Red+Green+Blue) = 204+117+25=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7519 is #338AE6. Grayscale: #848484. Windows color (decimal): -3377895 or 1668556. OLE color: 1668556.
HSL color Cylindrical-coordinate representation of color #CC7519: hue angle of 30.84º 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 #CC7519 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 25 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.2 |
| HSL | 30.84º | 0.78% | 0.45% | - |
| HSV(B) | 30.84º | 0.88% | 0.8% | - |
| XYZ | 31.44 | 25.63 | 4.21 | - |
| YUV | 132.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 25 | 0 | 0.43 | 0.88 | 0.2 | 30.84 | 0.78 | 0.45 |
| Hex | CC | 75 | 19 | 0 | 2B | 58 | 14 | 1F | 4E | 2D |
| Octal | 314 | 165 | 31 | 0 | 53 | 130 | 24 | 37 | 116 | 55 |
| Binary | 11001100 | 1110101 | 11001 | 0 | 101011 | 1011000 | 10100 | 11111 | 1001110 | 101101 |
Color Harmonies of #CC7519
Complementary color
Monochromatic Colors of #CC7519
Black with #CC7519
Text Example
Text Example
White with #CC7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7519; }
p { color: rgb(204,117,25); }
H1.HeaderClassName
{
color: #CC7519;
}
.AnyTagClassName
{
color: #CC7519;
}
</style>
background-color css
<style>
a { background-color: #CC7519; }
a { background-color: rgb(204,117,25); }
div.DivClassName
{
background-color: #CC7519;
}
.BgClassName
{
background-color: #CC7519;
}
</style>
border-color css
<style>
span { border-color: #CC7519; }
span { border-color: rgb(204,117,25); }
td.TdClassName
{
border-color: #CC7519;
}
.TagClassName
{
border-color: #CC7519;
}
</style>