Shades of Tenne (Tawny) #CC4E16
Tints of Tenne (Tawny) #CC4E16
RGB
CMYK
RGB Variations
Color information
#CC4E16 (or 0xCC4E16) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 16. RGB value is (204,78,22). Sum of RGB (Red+Green+Blue) = 204+78+22=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E16 is #33B1E9. Grayscale: #6D6D6D. Windows color (decimal): -3387882 or 1461964. OLE color: 1461964.
HSL color Cylindrical-coordinate representation of color #CC4E16: hue angle of 18.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC4E16 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 22 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.2 |
| HSL | 18.46º | 0.81% | 0.44% | - |
| HSV(B) | 18.46º | 0.89% | 0.8% | - |
| XYZ | 27.77 | 18.34 | 2.84 | - |
| YUV | 109.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 22 | 0 | 0.62 | 0.89 | 0.2 | 18.46 | 0.81 | 0.44 |
| Hex | CC | 4E | 16 | 0 | 3E | 59 | 14 | 12 | 51 | 2C |
| Octal | 314 | 116 | 26 | 0 | 76 | 131 | 24 | 22 | 121 | 54 |
| Binary | 11001100 | 1001110 | 10110 | 0 | 111110 | 1011001 | 10100 | 10010 | 1010001 | 101100 |
Color Harmonies of #CC4E16
Complementary color
Monochromatic Colors of #CC4E16
Black with #CC4E16
Text Example
Text Example
White with #CC4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E16; }
p { color: rgb(204,78,22); }
H1.HeaderClassName
{
color: #CC4E16;
}
.AnyTagClassName
{
color: #CC4E16;
}
</style>
background-color css
<style>
a { background-color: #CC4E16; }
a { background-color: rgb(204,78,22); }
div.DivClassName
{
background-color: #CC4E16;
}
.BgClassName
{
background-color: #CC4E16;
}
</style>
border-color css
<style>
span { border-color: #CC4E16; }
span { border-color: rgb(204,78,22); }
td.TdClassName
{
border-color: #CC4E16;
}
.TagClassName
{
border-color: #CC4E16;
}
</style>