Shades of Ochre #CC7A0F
Tints of Ochre #CC7A0F
RGB
CMYK
RGB Variations
Color information
#CC7A0F (or 0xCC7A0F) is known color: Ochre. HEX triplet: CC, 7A and 0F. RGB value is (204,122,15). Sum of RGB (Red+Green+Blue) = 204+122+15=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A0F is #3385F0. Grayscale: #868686. Windows color (decimal): -3376625 or 1014476. OLE color: 1014476.
HSL color Cylindrical-coordinate representation of color #CC7A0F: hue angle of 33.97º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC7A0F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.2 |
| HSL | 33.97º | 0.86% | 0.43% | - |
| HSV(B) | 33.97º | 0.93% | 0.8% | - |
| XYZ | 31.95 | 26.79 | 3.94 | - |
| YUV | 134.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 15 | 0 | 0.40 | 0.93 | 0.2 | 33.97 | 0.86 | 0.43 |
| Hex | CC | 7A | F | 0 | 28 | 5D | 14 | 22 | 56 | 2B |
| Octal | 314 | 172 | 17 | 0 | 50 | 135 | 24 | 42 | 126 | 53 |
| Binary | 11001100 | 1111010 | 1111 | 0 | 101000 | 1011101 | 10100 | 100010 | 1010110 | 101011 |
Color Harmonies of #CC7A0F
Complementary color
Monochromatic Colors of #CC7A0F
Black with #CC7A0F
Text Example
Text Example
White with #CC7A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A0F; }
p { color: rgb(204,122,15); }
H1.HeaderClassName
{
color: #CC7A0F;
}
.AnyTagClassName
{
color: #CC7A0F;
}
</style>
background-color css
<style>
a { background-color: #CC7A0F; }
a { background-color: rgb(204,122,15); }
div.DivClassName
{
background-color: #CC7A0F;
}
.BgClassName
{
background-color: #CC7A0F;
}
</style>
border-color css
<style>
span { border-color: #CC7A0F; }
span { border-color: rgb(204,122,15); }
td.TdClassName
{
border-color: #CC7A0F;
}
.TagClassName
{
border-color: #CC7A0F;
}
</style>