Shades of Tenne (Tawny) #CC5414
Tints of Tenne (Tawny) #CC5414
RGB
CMYK
RGB Variations
Color information
#CC5414 (or 0xCC5414) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 14. RGB value is (204,84,20). Sum of RGB (Red+Green+Blue) = 204+84+20=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5414 is #33ABEB. Grayscale: #707070. Windows color (decimal): -3386348 or 1332428. OLE color: 1332428.
HSL color Cylindrical-coordinate representation of color #CC5414: hue angle of 20.87º 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 #CC5414 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 20 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.2 |
| HSL | 20.87º | 0.82% | 0.44% | - |
| HSV(B) | 20.87º | 0.9% | 0.8% | - |
| XYZ | 28.2 | 19.23 | 2.89 | - |
| YUV | 112.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 20 | 0 | 0.59 | 0.90 | 0.2 | 20.87 | 0.82 | 0.44 |
| Hex | CC | 54 | 14 | 0 | 3B | 5A | 14 | 15 | 52 | 2C |
| Octal | 314 | 124 | 24 | 0 | 73 | 132 | 24 | 25 | 122 | 54 |
| Binary | 11001100 | 1010100 | 10100 | 0 | 111011 | 1011010 | 10100 | 10101 | 1010010 | 101100 |
Color Harmonies of #CC5414
Complementary color
Monochromatic Colors of #CC5414
Black with #CC5414
Text Example
Text Example
White with #CC5414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5414; }
p { color: rgb(204,84,20); }
H1.HeaderClassName
{
color: #CC5414;
}
.AnyTagClassName
{
color: #CC5414;
}
</style>
background-color css
<style>
a { background-color: #CC5414; }
a { background-color: rgb(204,84,20); }
div.DivClassName
{
background-color: #CC5414;
}
.BgClassName
{
background-color: #CC5414;
}
</style>
border-color css
<style>
span { border-color: #CC5414; }
span { border-color: rgb(204,84,20); }
td.TdClassName
{
border-color: #CC5414;
}
.TagClassName
{
border-color: #CC5414;
}
</style>