Shades of Ochre #CC761E
Tints of Ochre #CC761E
RGB
CMYK
RGB Variations
Color information
#CC761E (or 0xCC761E) is known color: Ochre. HEX triplet: CC, 76 and 1E. RGB value is (204,118,30). Sum of RGB (Red+Green+Blue) = 204+118+30=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC761E is #3389E1. Grayscale: #868686. Windows color (decimal): -3377634 or 1996492. OLE color: 1996492.
HSL color Cylindrical-coordinate representation of color #CC761E: hue angle of 30.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC761E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 30 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.2 |
| HSL | 30.34º | 0.74% | 0.46% | - |
| HSV(B) | 30.34º | 0.85% | 0.8% | - |
| XYZ | 31.61 | 25.89 | 4.56 | - |
| YUV | 133.68 | 69.49 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 30 | 0 | 0.42 | 0.85 | 0.2 | 30.34 | 0.74 | 0.46 |
| Hex | CC | 76 | 1E | 0 | 2A | 55 | 14 | 1E | 4A | 2E |
| Octal | 314 | 166 | 36 | 0 | 52 | 125 | 24 | 36 | 112 | 56 |
| Binary | 11001100 | 1110110 | 11110 | 0 | 101010 | 1010101 | 10100 | 11110 | 1001010 | 101110 |
Color Harmonies of #CC761E
Complementary color
Monochromatic Colors of #CC761E
Black with #CC761E
Text Example
Text Example
White with #CC761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC761E; }
p { color: rgb(204,118,30); }
H1.HeaderClassName
{
color: #CC761E;
}
.AnyTagClassName
{
color: #CC761E;
}
</style>
background-color css
<style>
a { background-color: #CC761E; }
a { background-color: rgb(204,118,30); }
div.DivClassName
{
background-color: #CC761E;
}
.BgClassName
{
background-color: #CC761E;
}
</style>
border-color css
<style>
span { border-color: #CC761E; }
span { border-color: rgb(204,118,30); }
td.TdClassName
{
border-color: #CC761E;
}
.TagClassName
{
border-color: #CC761E;
}
</style>