Shades of Tenne (Tawny) #CC5411
Tints of Tenne (Tawny) #CC5411
RGB
CMYK
RGB Variations
Color information
#CC5411 (or 0xCC5411) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 11. RGB value is (204,84,17). Sum of RGB (Red+Green+Blue) = 204+84+17=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5411 is #33ABEE. Grayscale: #707070. Windows color (decimal): -3386351 or 1135820. OLE color: 1135820.
HSL color Cylindrical-coordinate representation of color #CC5411: hue angle of 21.5º 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 #CC5411 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.2 |
| HSL | 21.5º | 0.85% | 0.43% | - |
| HSV(B) | 21.5º | 0.92% | 0.8% | - |
| XYZ | 28.17 | 19.22 | 2.75 | - |
| YUV | 112.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 17 | 0 | 0.59 | 0.92 | 0.2 | 21.5 | 0.85 | 0.43 |
| Hex | CC | 54 | 11 | 0 | 3B | 5C | 14 | 15 | 55 | 2B |
| Octal | 314 | 124 | 21 | 0 | 73 | 134 | 24 | 25 | 125 | 53 |
| Binary | 11001100 | 1010100 | 10001 | 0 | 111011 | 1011100 | 10100 | 10101 | 1010101 | 101011 |
Color Harmonies of #CC5411
Complementary color
Monochromatic Colors of #CC5411
Black with #CC5411
Text Example
Text Example
White with #CC5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5411; }
p { color: rgb(204,84,17); }
H1.HeaderClassName
{
color: #CC5411;
}
.AnyTagClassName
{
color: #CC5411;
}
</style>
background-color css
<style>
a { background-color: #CC5411; }
a { background-color: rgb(204,84,17); }
div.DivClassName
{
background-color: #CC5411;
}
.BgClassName
{
background-color: #CC5411;
}
</style>
border-color css
<style>
span { border-color: #CC5411; }
span { border-color: rgb(204,84,17); }
td.TdClassName
{
border-color: #CC5411;
}
.TagClassName
{
border-color: #CC5411;
}
</style>