Shades of Tenne (Tawny) #CC590E
Tints of Tenne (Tawny) #CC590E
RGB
CMYK
RGB Variations
Color information
#CC590E (or 0xCC590E) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 0E. RGB value is (204,89,14). Sum of RGB (Red+Green+Blue) = 204+89+14=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC590E is #33A6F1. Grayscale: #737373. Windows color (decimal): -3385074 or 940492. OLE color: 940492.
HSL color Cylindrical-coordinate representation of color #CC590E: hue angle of 23.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC590E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.2 |
| HSL | 23.68º | 0.87% | 0.43% | - |
| HSV(B) | 23.68º | 0.93% | 0.8% | - |
| XYZ | 28.55 | 20.01 | 2.77 | - |
| YUV | 114.84 | 71.1 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 14 | 0 | 0.56 | 0.93 | 0.2 | 23.68 | 0.87 | 0.43 |
| Hex | CC | 59 | E | 0 | 38 | 5D | 14 | 18 | 57 | 2B |
| Octal | 314 | 131 | 16 | 0 | 70 | 135 | 24 | 30 | 127 | 53 |
| Binary | 11001100 | 1011001 | 1110 | 0 | 111000 | 1011101 | 10100 | 11000 | 1010111 | 101011 |
Color Harmonies of #CC590E
Complementary color
Monochromatic Colors of #CC590E
Black with #CC590E
Text Example
Text Example
White with #CC590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC590E; }
p { color: rgb(204,89,14); }
H1.HeaderClassName
{
color: #CC590E;
}
.AnyTagClassName
{
color: #CC590E;
}
</style>
background-color css
<style>
a { background-color: #CC590E; }
a { background-color: rgb(204,89,14); }
div.DivClassName
{
background-color: #CC590E;
}
.BgClassName
{
background-color: #CC590E;
}
</style>
border-color css
<style>
span { border-color: #CC590E; }
span { border-color: rgb(204,89,14); }
td.TdClassName
{
border-color: #CC590E;
}
.TagClassName
{
border-color: #CC590E;
}
</style>