Shades of Tenne (Tawny) #CC4E11
Tints of Tenne (Tawny) #CC4E11
RGB
CMYK
RGB Variations
Color information
#CC4E11 (or 0xCC4E11) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 11. RGB value is (204,78,17). Sum of RGB (Red+Green+Blue) = 204+78+17=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E11 is #33B1EE. Grayscale: #6D6D6D. Windows color (decimal): -3387887 or 1134284. OLE color: 1134284.
HSL color Cylindrical-coordinate representation of color #CC4E11: hue angle of 19.57º 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 #CC4E11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.2 |
| HSL | 19.57º | 0.85% | 0.43% | - |
| HSV(B) | 19.57º | 0.92% | 0.8% | - |
| XYZ | 27.73 | 18.33 | 2.61 | - |
| YUV | 108.72 | 76.24 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 17 | 0 | 0.62 | 0.92 | 0.2 | 19.57 | 0.85 | 0.43 |
| Hex | CC | 4E | 11 | 0 | 3E | 5C | 14 | 14 | 55 | 2B |
| Octal | 314 | 116 | 21 | 0 | 76 | 134 | 24 | 24 | 125 | 53 |
| Binary | 11001100 | 1001110 | 10001 | 0 | 111110 | 1011100 | 10100 | 10100 | 1010101 | 101011 |
Color Harmonies of #CC4E11
Complementary color
Monochromatic Colors of #CC4E11
Black with #CC4E11
Text Example
Text Example
White with #CC4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E11; }
p { color: rgb(204,78,17); }
H1.HeaderClassName
{
color: #CC4E11;
}
.AnyTagClassName
{
color: #CC4E11;
}
</style>
background-color css
<style>
a { background-color: #CC4E11; }
a { background-color: rgb(204,78,17); }
div.DivClassName
{
background-color: #CC4E11;
}
.BgClassName
{
background-color: #CC4E11;
}
</style>
border-color css
<style>
span { border-color: #CC4E11; }
span { border-color: rgb(204,78,17); }
td.TdClassName
{
border-color: #CC4E11;
}
.TagClassName
{
border-color: #CC4E11;
}
</style>