Shades of Ochre #CC7615
Tints of Ochre #CC7615
RGB
CMYK
RGB Variations
Color information
#CC7615 (or 0xCC7615) is known color: Ochre. HEX triplet: CC, 76 and 15. RGB value is (204,118,21). Sum of RGB (Red+Green+Blue) = 204+118+21=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7615 is #3389EA. Grayscale: #858585. Windows color (decimal): -3377643 or 1406668. OLE color: 1406668.
HSL color Cylindrical-coordinate representation of color #CC7615: hue angle of 31.8º 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 #CC7615 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.2 |
| HSL | 31.8º | 0.81% | 0.44% | - |
| HSV(B) | 31.8º | 0.9% | 0.8% | - |
| XYZ | 31.52 | 25.85 | 4.04 | - |
| YUV | 132.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 21 | 0 | 0.42 | 0.90 | 0.2 | 31.8 | 0.81 | 0.44 |
| Hex | CC | 76 | 15 | 0 | 2A | 5A | 14 | 20 | 51 | 2C |
| Octal | 314 | 166 | 25 | 0 | 52 | 132 | 24 | 40 | 121 | 54 |
| Binary | 11001100 | 1110110 | 10101 | 0 | 101010 | 1011010 | 10100 | 100000 | 1010001 | 101100 |
Color Harmonies of #CC7615
Complementary color
Monochromatic Colors of #CC7615
Black with #CC7615
Text Example
Text Example
White with #CC7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7615; }
p { color: rgb(204,118,21); }
H1.HeaderClassName
{
color: #CC7615;
}
.AnyTagClassName
{
color: #CC7615;
}
</style>
background-color css
<style>
a { background-color: #CC7615; }
a { background-color: rgb(204,118,21); }
div.DivClassName
{
background-color: #CC7615;
}
.BgClassName
{
background-color: #CC7615;
}
</style>
border-color css
<style>
span { border-color: #CC7615; }
span { border-color: rgb(204,118,21); }
td.TdClassName
{
border-color: #CC7615;
}
.TagClassName
{
border-color: #CC7615;
}
</style>