Shades of Ochre #CC760D
Tints of Ochre #CC760D
RGB
CMYK
RGB Variations
Color information
#CC760D (or 0xCC760D) is known color: Ochre. HEX triplet: CC, 76 and 0D. RGB value is (204,118,13). Sum of RGB (Red+Green+Blue) = 204+118+13=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC760D is #3389F2. Grayscale: #848484. Windows color (decimal): -3377651 or 882380. OLE color: 882380.
HSL color Cylindrical-coordinate representation of color #CC760D: hue angle of 32.98º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC760D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.2 |
| HSL | 32.98º | 0.88% | 0.43% | - |
| HSV(B) | 32.98º | 0.94% | 0.8% | - |
| XYZ | 31.45 | 25.82 | 3.71 | - |
| YUV | 131.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 13 | 0 | 0.42 | 0.94 | 0.2 | 32.98 | 0.88 | 0.43 |
| Hex | CC | 76 | D | 0 | 2A | 5E | 14 | 21 | 58 | 2B |
| Octal | 314 | 166 | 15 | 0 | 52 | 136 | 24 | 41 | 130 | 53 |
| Binary | 11001100 | 1110110 | 1101 | 0 | 101010 | 1011110 | 10100 | 100001 | 1011000 | 101011 |
Color Harmonies of #CC760D
Complementary color
Monochromatic Colors of #CC760D
Black with #CC760D
Text Example
Text Example
White with #CC760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC760D; }
p { color: rgb(204,118,13); }
H1.HeaderClassName
{
color: #CC760D;
}
.AnyTagClassName
{
color: #CC760D;
}
</style>
background-color css
<style>
a { background-color: #CC760D; }
a { background-color: rgb(204,118,13); }
div.DivClassName
{
background-color: #CC760D;
}
.BgClassName
{
background-color: #CC760D;
}
</style>
border-color css
<style>
span { border-color: #CC760D; }
span { border-color: rgb(204,118,13); }
td.TdClassName
{
border-color: #CC760D;
}
.TagClassName
{
border-color: #CC760D;
}
</style>