Shades of Ochre #CC7319
Tints of Ochre #CC7319
RGB
CMYK
RGB Variations
Color information
#CC7319 (or 0xCC7319) is known color: Ochre. HEX triplet: CC, 73 and 19. RGB value is (204,115,25). Sum of RGB (Red+Green+Blue) = 204+115+25=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7319 is #338CE6. Grayscale: #838383. Windows color (decimal): -3378407 or 1668044. OLE color: 1668044.
HSL color Cylindrical-coordinate representation of color #CC7319: hue angle of 30.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 #CC7319 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.2 |
| HSL | 30.17º | 0.78% | 0.45% | - |
| HSV(B) | 30.17º | 0.88% | 0.8% | - |
| XYZ | 31.21 | 25.17 | 4.13 | - |
| YUV | 131.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 25 | 0 | 0.44 | 0.88 | 0.2 | 30.17 | 0.78 | 0.45 |
| Hex | CC | 73 | 19 | 0 | 2C | 58 | 14 | 1E | 4E | 2D |
| Octal | 314 | 163 | 31 | 0 | 54 | 130 | 24 | 36 | 116 | 55 |
| Binary | 11001100 | 1110011 | 11001 | 0 | 101100 | 1011000 | 10100 | 11110 | 1001110 | 101101 |
Color Harmonies of #CC7319
Complementary color
Monochromatic Colors of #CC7319
Black with #CC7319
Text Example
Text Example
White with #CC7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7319; }
p { color: rgb(204,115,25); }
H1.HeaderClassName
{
color: #CC7319;
}
.AnyTagClassName
{
color: #CC7319;
}
</style>
background-color css
<style>
a { background-color: #CC7319; }
a { background-color: rgb(204,115,25); }
div.DivClassName
{
background-color: #CC7319;
}
.BgClassName
{
background-color: #CC7319;
}
</style>
border-color css
<style>
span { border-color: #CC7319; }
span { border-color: rgb(204,115,25); }
td.TdClassName
{
border-color: #CC7319;
}
.TagClassName
{
border-color: #CC7319;
}
</style>