Shades of Ochre #CC7510
Tints of Ochre #CC7510
RGB
CMYK
RGB Variations
Color information
#CC7510 (or 0xCC7510) is known color: Ochre. HEX triplet: CC, 75 and 10. RGB value is (204,117,16). Sum of RGB (Red+Green+Blue) = 204+117+16=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7510 is #338AEF. Grayscale: #838383. Windows color (decimal): -3377904 or 1078732. OLE color: 1078732.
HSL color Cylindrical-coordinate representation of color #CC7510: hue angle of 32.23º 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 #CC7510 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 16 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.2 |
| HSL | 32.23º | 0.85% | 0.43% | - |
| HSV(B) | 32.23º | 0.92% | 0.8% | - |
| XYZ | 31.36 | 25.6 | 3.78 | - |
| YUV | 131.5 | 62.82 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 16 | 0 | 0.43 | 0.92 | 0.2 | 32.23 | 0.85 | 0.43 |
| Hex | CC | 75 | 10 | 0 | 2B | 5C | 14 | 20 | 55 | 2B |
| Octal | 314 | 165 | 20 | 0 | 53 | 134 | 24 | 40 | 125 | 53 |
| Binary | 11001100 | 1110101 | 10000 | 0 | 101011 | 1011100 | 10100 | 100000 | 1010101 | 101011 |
Color Harmonies of #CC7510
Complementary color
Monochromatic Colors of #CC7510
Black with #CC7510
Text Example
Text Example
White with #CC7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7510; }
p { color: rgb(204,117,16); }
H1.HeaderClassName
{
color: #CC7510;
}
.AnyTagClassName
{
color: #CC7510;
}
</style>
background-color css
<style>
a { background-color: #CC7510; }
a { background-color: rgb(204,117,16); }
div.DivClassName
{
background-color: #CC7510;
}
.BgClassName
{
background-color: #CC7510;
}
</style>
border-color css
<style>
span { border-color: #CC7510; }
span { border-color: rgb(204,117,16); }
td.TdClassName
{
border-color: #CC7510;
}
.TagClassName
{
border-color: #CC7510;
}
</style>