Shades of Ochre #CC7315
Tints of Ochre #CC7315
RGB
CMYK
RGB Variations
Color information
#CC7315 (or 0xCC7315) is known color: Ochre. HEX triplet: CC, 73 and 15. RGB value is (204,115,21). Sum of RGB (Red+Green+Blue) = 204+115+21=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7315 is #338CEA. Grayscale: #838383. Windows color (decimal): -3378411 or 1405900. OLE color: 1405900.
HSL color Cylindrical-coordinate representation of color #CC7315: hue angle of 30.82º 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 #CC7315 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.2 |
| HSL | 30.82º | 0.81% | 0.44% | - |
| HSV(B) | 30.82º | 0.9% | 0.8% | - |
| XYZ | 31.17 | 25.15 | 3.92 | - |
| YUV | 130.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 21 | 0 | 0.44 | 0.90 | 0.2 | 30.82 | 0.81 | 0.44 |
| Hex | CC | 73 | 15 | 0 | 2C | 5A | 14 | 1F | 51 | 2C |
| Octal | 314 | 163 | 25 | 0 | 54 | 132 | 24 | 37 | 121 | 54 |
| Binary | 11001100 | 1110011 | 10101 | 0 | 101100 | 1011010 | 10100 | 11111 | 1010001 | 101100 |
Color Harmonies of #CC7315
Complementary color
Monochromatic Colors of #CC7315
Black with #CC7315
Text Example
Text Example
White with #CC7315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7315; }
p { color: rgb(204,115,21); }
H1.HeaderClassName
{
color: #CC7315;
}
.AnyTagClassName
{
color: #CC7315;
}
</style>
background-color css
<style>
a { background-color: #CC7315; }
a { background-color: rgb(204,115,21); }
div.DivClassName
{
background-color: #CC7315;
}
.BgClassName
{
background-color: #CC7315;
}
</style>
border-color css
<style>
span { border-color: #CC7315; }
span { border-color: rgb(204,115,21); }
td.TdClassName
{
border-color: #CC7315;
}
.TagClassName
{
border-color: #CC7315;
}
</style>