Shades of Ochre #CC7A1E
Tints of Ochre #CC7A1E
RGB
CMYK
RGB Variations
Color information
#CC7A1E (or 0xCC7A1E) is known color: Ochre. HEX triplet: CC, 7A and 1E. RGB value is (204,122,30). Sum of RGB (Red+Green+Blue) = 204+122+30=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A1E is #3385E1. Grayscale: #888888. Windows color (decimal): -3376610 or 1997516. OLE color: 1997516.
HSL color Cylindrical-coordinate representation of color #CC7A1E: hue angle of 31.72º 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 #CC7A1E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 30 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.2 |
| HSL | 31.72º | 0.74% | 0.46% | - |
| HSV(B) | 31.72º | 0.85% | 0.8% | - |
| XYZ | 32.1 | 26.85 | 4.72 | - |
| YUV | 136.03 | 68.17 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 30 | 0 | 0.40 | 0.85 | 0.2 | 31.72 | 0.74 | 0.46 |
| Hex | CC | 7A | 1E | 0 | 28 | 55 | 14 | 20 | 4A | 2E |
| Octal | 314 | 172 | 36 | 0 | 50 | 125 | 24 | 40 | 112 | 56 |
| Binary | 11001100 | 1111010 | 11110 | 0 | 101000 | 1010101 | 10100 | 100000 | 1001010 | 101110 |
Color Harmonies of #CC7A1E
Complementary color
Monochromatic Colors of #CC7A1E
Black with #CC7A1E
Text Example
Text Example
White with #CC7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A1E; }
p { color: rgb(204,122,30); }
H1.HeaderClassName
{
color: #CC7A1E;
}
.AnyTagClassName
{
color: #CC7A1E;
}
</style>
background-color css
<style>
a { background-color: #CC7A1E; }
a { background-color: rgb(204,122,30); }
div.DivClassName
{
background-color: #CC7A1E;
}
.BgClassName
{
background-color: #CC7A1E;
}
</style>
border-color css
<style>
span { border-color: #CC7A1E; }
span { border-color: rgb(204,122,30); }
td.TdClassName
{
border-color: #CC7A1E;
}
.TagClassName
{
border-color: #CC7A1E;
}
</style>