Shades of Ochre #CC7A10
Tints of Ochre #CC7A10
RGB
CMYK
RGB Variations
Color information
#CC7A10 (or 0xCC7A10) is known color: Ochre. HEX triplet: CC, 7A and 10. RGB value is (204,122,16). Sum of RGB (Red+Green+Blue) = 204+122+16=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A10 is #3385EF. Grayscale: #868686. Windows color (decimal): -3376624 or 1080012. OLE color: 1080012.
HSL color Cylindrical-coordinate representation of color #CC7A10: hue angle of 33.83º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7A10 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 16 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.2 |
| HSL | 33.83º | 0.85% | 0.43% | - |
| HSV(B) | 33.83º | 0.92% | 0.8% | - |
| XYZ | 31.95 | 26.79 | 3.98 | - |
| YUV | 134.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 16 | 0 | 0.40 | 0.92 | 0.2 | 33.83 | 0.85 | 0.43 |
| Hex | CC | 7A | 10 | 0 | 28 | 5C | 14 | 22 | 55 | 2B |
| Octal | 314 | 172 | 20 | 0 | 50 | 134 | 24 | 42 | 125 | 53 |
| Binary | 11001100 | 1111010 | 10000 | 0 | 101000 | 1011100 | 10100 | 100010 | 1010101 | 101011 |
Color Harmonies of #CC7A10
Complementary color
Monochromatic Colors of #CC7A10
Black with #CC7A10
Text Example
Text Example
White with #CC7A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A10; }
p { color: rgb(204,122,16); }
H1.HeaderClassName
{
color: #CC7A10;
}
.AnyTagClassName
{
color: #CC7A10;
}
</style>
background-color css
<style>
a { background-color: #CC7A10; }
a { background-color: rgb(204,122,16); }
div.DivClassName
{
background-color: #CC7A10;
}
.BgClassName
{
background-color: #CC7A10;
}
</style>
border-color css
<style>
span { border-color: #CC7A10; }
span { border-color: rgb(204,122,16); }
td.TdClassName
{
border-color: #CC7A10;
}
.TagClassName
{
border-color: #CC7A10;
}
</style>