Shades of Tenne (Tawny) #CC5409
Tints of Tenne (Tawny) #CC5409
RGB
CMYK
RGB Variations
Color information
#CC5409 (or 0xCC5409) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 09. RGB value is (204,84,9). Sum of RGB (Red+Green+Blue) = 204+84+9=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5409 is #33ABF6. Grayscale: #6F6F6F. Windows color (decimal): -3386359 or 611532. OLE color: 611532.
HSL color Cylindrical-coordinate representation of color #CC5409: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC5409 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.2 |
| HSL | 23.08º | 0.92% | 0.42% | - |
| HSV(B) | 23.08º | 0.96% | 0.8% | - |
| XYZ | 28.12 | 19.2 | 2.48 | - |
| YUV | 111.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 9 | 0 | 0.59 | 0.96 | 0.2 | 23.08 | 0.92 | 0.42 |
| Hex | CC | 54 | 9 | 0 | 3B | 60 | 14 | 17 | 5C | 2A |
| Octal | 314 | 124 | 11 | 0 | 73 | 140 | 24 | 27 | 134 | 52 |
| Binary | 11001100 | 1010100 | 1001 | 0 | 111011 | 1100000 | 10100 | 10111 | 1011100 | 101010 |
Color Harmonies of #CC5409
Complementary color
Monochromatic Colors of #CC5409
Black with #CC5409
Text Example
Text Example
White with #CC5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5409; }
p { color: rgb(204,84,9); }
H1.HeaderClassName
{
color: #CC5409;
}
.AnyTagClassName
{
color: #CC5409;
}
</style>
background-color css
<style>
a { background-color: #CC5409; }
a { background-color: rgb(204,84,9); }
div.DivClassName
{
background-color: #CC5409;
}
.BgClassName
{
background-color: #CC5409;
}
</style>
border-color css
<style>
span { border-color: #CC5409; }
span { border-color: rgb(204,84,9); }
td.TdClassName
{
border-color: #CC5409;
}
.TagClassName
{
border-color: #CC5409;
}
</style>