Shades of Ochre #CC7310
Tints of Ochre #CC7310
RGB
CMYK
RGB Variations
Color information
#CC7310 (or 0xCC7310) is known color: Ochre. HEX triplet: CC, 73 and 10. RGB value is (204,115,16). Sum of RGB (Red+Green+Blue) = 204+115+16=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7310 is #338CEF. Grayscale: #828282. Windows color (decimal): -3378416 or 1078220. OLE color: 1078220.
HSL color Cylindrical-coordinate representation of color #CC7310: hue angle of 31.6º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7310 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.2 |
| HSL | 31.6º | 0.85% | 0.43% | - |
| HSV(B) | 31.6º | 0.92% | 0.8% | - |
| XYZ | 31.13 | 25.14 | 3.7 | - |
| YUV | 130.33 | 63.49 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 16 | 0 | 0.44 | 0.92 | 0.2 | 31.6 | 0.85 | 0.43 |
| Hex | CC | 73 | 10 | 0 | 2C | 5C | 14 | 20 | 55 | 2B |
| Octal | 314 | 163 | 20 | 0 | 54 | 134 | 24 | 40 | 125 | 53 |
| Binary | 11001100 | 1110011 | 10000 | 0 | 101100 | 1011100 | 10100 | 100000 | 1010101 | 101011 |
Color Harmonies of #CC7310
Complementary color
Monochromatic Colors of #CC7310
Black with #CC7310
Text Example
Text Example
White with #CC7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7310; }
p { color: rgb(204,115,16); }
H1.HeaderClassName
{
color: #CC7310;
}
.AnyTagClassName
{
color: #CC7310;
}
</style>
background-color css
<style>
a { background-color: #CC7310; }
a { background-color: rgb(204,115,16); }
div.DivClassName
{
background-color: #CC7310;
}
.BgClassName
{
background-color: #CC7310;
}
</style>
border-color css
<style>
span { border-color: #CC7310; }
span { border-color: rgb(204,115,16); }
td.TdClassName
{
border-color: #CC7310;
}
.TagClassName
{
border-color: #CC7310;
}
</style>