Shades of Tenne (Tawny) #CC4F0E
Tints of Tenne (Tawny) #CC4F0E
RGB
CMYK
RGB Variations
Color information
#CC4F0E (or 0xCC4F0E) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 0E. RGB value is (204,79,14). Sum of RGB (Red+Green+Blue) = 204+79+14=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F0E is #33B0F1. Grayscale: #6D6D6D. Windows color (decimal): -3387634 or 937932. OLE color: 937932.
HSL color Cylindrical-coordinate representation of color #CC4F0E: hue angle of 20.53º degrees, saturation: 0.87, 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 #CC4F0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.2 |
| HSL | 20.53º | 0.87% | 0.43% | - |
| HSV(B) | 20.53º | 0.93% | 0.8% | - |
| XYZ | 27.78 | 18.46 | 2.51 | - |
| YUV | 108.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 14 | 0 | 0.61 | 0.93 | 0.2 | 20.53 | 0.87 | 0.43 |
| Hex | CC | 4F | E | 0 | 3D | 5D | 14 | 15 | 57 | 2B |
| Octal | 314 | 117 | 16 | 0 | 75 | 135 | 24 | 25 | 127 | 53 |
| Binary | 11001100 | 1001111 | 1110 | 0 | 111101 | 1011101 | 10100 | 10101 | 1010111 | 101011 |
Color Harmonies of #CC4F0E
Complementary color
Monochromatic Colors of #CC4F0E
Black with #CC4F0E
Text Example
Text Example
White with #CC4F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F0E; }
p { color: rgb(204,79,14); }
H1.HeaderClassName
{
color: #CC4F0E;
}
.AnyTagClassName
{
color: #CC4F0E;
}
</style>
background-color css
<style>
a { background-color: #CC4F0E; }
a { background-color: rgb(204,79,14); }
div.DivClassName
{
background-color: #CC4F0E;
}
.BgClassName
{
background-color: #CC4F0E;
}
</style>
border-color css
<style>
span { border-color: #CC4F0E; }
span { border-color: rgb(204,79,14); }
td.TdClassName
{
border-color: #CC4F0E;
}
.TagClassName
{
border-color: #CC4F0E;
}
</style>