Shades of Ochre #CC760C
Tints of Ochre #CC760C
RGB
CMYK
RGB Variations
Color information
#CC760C (or 0xCC760C) is known color: Ochre. HEX triplet: CC, 76 and 0C. RGB value is (204,118,12). Sum of RGB (Red+Green+Blue) = 204+118+12=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC760C is #3389F3. Grayscale: #848484. Windows color (decimal): -3377652 or 816844. OLE color: 816844.
HSL color Cylindrical-coordinate representation of color #CC760C: hue angle of 33.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC760C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.2 |
| HSL | 33.13º | 0.89% | 0.42% | - |
| HSV(B) | 33.13º | 0.94% | 0.8% | - |
| XYZ | 31.45 | 25.82 | 3.67 | - |
| YUV | 131.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 12 | 0 | 0.42 | 0.94 | 0.2 | 33.13 | 0.89 | 0.42 |
| Hex | CC | 76 | C | 0 | 2A | 5E | 14 | 21 | 59 | 2A |
| Octal | 314 | 166 | 14 | 0 | 52 | 136 | 24 | 41 | 131 | 52 |
| Binary | 11001100 | 1110110 | 1100 | 0 | 101010 | 1011110 | 10100 | 100001 | 1011001 | 101010 |
Color Harmonies of #CC760C
Complementary color
Monochromatic Colors of #CC760C
Black with #CC760C
Text Example
Text Example
White with #CC760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC760C; }
p { color: rgb(204,118,12); }
H1.HeaderClassName
{
color: #CC760C;
}
.AnyTagClassName
{
color: #CC760C;
}
</style>
background-color css
<style>
a { background-color: #CC760C; }
a { background-color: rgb(204,118,12); }
div.DivClassName
{
background-color: #CC760C;
}
.BgClassName
{
background-color: #CC760C;
}
</style>
border-color css
<style>
span { border-color: #CC760C; }
span { border-color: rgb(204,118,12); }
td.TdClassName
{
border-color: #CC760C;
}
.TagClassName
{
border-color: #CC760C;
}
</style>