Shades of Ochre #CC7815
Tints of Ochre #CC7815
RGB
CMYK
RGB Variations
Color information
#CC7815 (or 0xCC7815) is known color: Ochre. HEX triplet: CC, 78 and 15. RGB value is (204,120,21). Sum of RGB (Red+Green+Blue) = 204+120+21=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7815 is #3387EA. Grayscale: #868686. Windows color (decimal): -3377131 or 1407180. OLE color: 1407180.
HSL color Cylindrical-coordinate representation of color #CC7815: hue angle of 32.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC7815 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 21 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.2 |
| HSL | 32.46º | 0.81% | 0.44% | - |
| HSV(B) | 32.46º | 0.9% | 0.8% | - |
| XYZ | 31.75 | 26.32 | 4.12 | - |
| YUV | 133.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 21 | 0 | 0.41 | 0.90 | 0.2 | 32.46 | 0.81 | 0.44 |
| Hex | CC | 78 | 15 | 0 | 29 | 5A | 14 | 20 | 51 | 2C |
| Octal | 314 | 170 | 25 | 0 | 51 | 132 | 24 | 40 | 121 | 54 |
| Binary | 11001100 | 1111000 | 10101 | 0 | 101001 | 1011010 | 10100 | 100000 | 1010001 | 101100 |
Color Harmonies of #CC7815
Complementary color
Monochromatic Colors of #CC7815
Black with #CC7815
Text Example
Text Example
White with #CC7815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7815; }
p { color: rgb(204,120,21); }
H1.HeaderClassName
{
color: #CC7815;
}
.AnyTagClassName
{
color: #CC7815;
}
</style>
background-color css
<style>
a { background-color: #CC7815; }
a { background-color: rgb(204,120,21); }
div.DivClassName
{
background-color: #CC7815;
}
.BgClassName
{
background-color: #CC7815;
}
</style>
border-color css
<style>
span { border-color: #CC7815; }
span { border-color: rgb(204,120,21); }
td.TdClassName
{
border-color: #CC7815;
}
.TagClassName
{
border-color: #CC7815;
}
</style>