Shades of Ochre #CC760A
Tints of Ochre #CC760A
RGB
CMYK
RGB Variations
Color information
#CC760A (or 0xCC760A) is known color: Ochre. HEX triplet: CC, 76 and 0A. RGB value is (204,118,10). Sum of RGB (Red+Green+Blue) = 204+118+10=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC760A is #3389F5. Grayscale: #838383. Windows color (decimal): -3377654 or 685772. OLE color: 685772.
HSL color Cylindrical-coordinate representation of color #CC760A: hue angle of 33.4º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC760A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.2 |
| HSL | 33.4º | 0.91% | 0.42% | - |
| HSV(B) | 33.4º | 0.95% | 0.8% | - |
| XYZ | 31.44 | 25.82 | 3.61 | - |
| YUV | 131.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 10 | 0 | 0.42 | 0.95 | 0.2 | 33.4 | 0.91 | 0.42 |
| Hex | CC | 76 | A | 0 | 2A | 5F | 14 | 21 | 5B | 2A |
| Octal | 314 | 166 | 12 | 0 | 52 | 137 | 24 | 41 | 133 | 52 |
| Binary | 11001100 | 1110110 | 1010 | 0 | 101010 | 1011111 | 10100 | 100001 | 1011011 | 101010 |
Color Harmonies of #CC760A
Complementary color
Monochromatic Colors of #CC760A
Black with #CC760A
Text Example
Text Example
White with #CC760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC760A; }
p { color: rgb(204,118,10); }
H1.HeaderClassName
{
color: #CC760A;
}
.AnyTagClassName
{
color: #CC760A;
}
</style>
background-color css
<style>
a { background-color: #CC760A; }
a { background-color: rgb(204,118,10); }
div.DivClassName
{
background-color: #CC760A;
}
.BgClassName
{
background-color: #CC760A;
}
</style>
border-color css
<style>
span { border-color: #CC760A; }
span { border-color: rgb(204,118,10); }
td.TdClassName
{
border-color: #CC760A;
}
.TagClassName
{
border-color: #CC760A;
}
</style>