Shades of Tenne (Tawny) #CC4E14
Tints of Tenne (Tawny) #CC4E14
RGB
CMYK
RGB Variations
Color information
#CC4E14 (or 0xCC4E14) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 14. RGB value is (204,78,20). Sum of RGB (Red+Green+Blue) = 204+78+20=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E14 is #33B1EB. Grayscale: #6D6D6D. Windows color (decimal): -3387884 or 1330892. OLE color: 1330892.
HSL color Cylindrical-coordinate representation of color #CC4E14: hue angle of 18.91º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC4E14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.2 |
| HSL | 18.91º | 0.82% | 0.44% | - |
| HSV(B) | 18.91º | 0.9% | 0.8% | - |
| XYZ | 27.75 | 18.34 | 2.74 | - |
| YUV | 109.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 20 | 0 | 0.62 | 0.90 | 0.2 | 18.91 | 0.82 | 0.44 |
| Hex | CC | 4E | 14 | 0 | 3E | 5A | 14 | 13 | 52 | 2C |
| Octal | 314 | 116 | 24 | 0 | 76 | 132 | 24 | 23 | 122 | 54 |
| Binary | 11001100 | 1001110 | 10100 | 0 | 111110 | 1011010 | 10100 | 10011 | 1010010 | 101100 |
Color Harmonies of #CC4E14
Complementary color
Monochromatic Colors of #CC4E14
Black with #CC4E14
Text Example
Text Example
White with #CC4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E14; }
p { color: rgb(204,78,20); }
H1.HeaderClassName
{
color: #CC4E14;
}
.AnyTagClassName
{
color: #CC4E14;
}
</style>
background-color css
<style>
a { background-color: #CC4E14; }
a { background-color: rgb(204,78,20); }
div.DivClassName
{
background-color: #CC4E14;
}
.BgClassName
{
background-color: #CC4E14;
}
</style>
border-color css
<style>
span { border-color: #CC4E14; }
span { border-color: rgb(204,78,20); }
td.TdClassName
{
border-color: #CC4E14;
}
.TagClassName
{
border-color: #CC4E14;
}
</style>