Shades of Tenne (Tawny) #CC590F
Tints of Tenne (Tawny) #CC590F
RGB
CMYK
RGB Variations
Color information
#CC590F (or 0xCC590F) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 0F. RGB value is (204,89,15). Sum of RGB (Red+Green+Blue) = 204+89+15=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC590F is #33A6F0. Grayscale: #737373. Windows color (decimal): -3385073 or 1006028. OLE color: 1006028.
HSL color Cylindrical-coordinate representation of color #CC590F: hue angle of 23.49º degrees, saturation: 0.86, 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 #CC590F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.2 |
| HSL | 23.49º | 0.86% | 0.43% | - |
| HSV(B) | 23.49º | 0.93% | 0.8% | - |
| XYZ | 28.56 | 20.02 | 2.81 | - |
| YUV | 114.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 15 | 0 | 0.56 | 0.93 | 0.2 | 23.49 | 0.86 | 0.43 |
| Hex | CC | 59 | F | 0 | 38 | 5D | 14 | 17 | 56 | 2B |
| Octal | 314 | 131 | 17 | 0 | 70 | 135 | 24 | 27 | 126 | 53 |
| Binary | 11001100 | 1011001 | 1111 | 0 | 111000 | 1011101 | 10100 | 10111 | 1010110 | 101011 |
Color Harmonies of #CC590F
Complementary color
Monochromatic Colors of #CC590F
Black with #CC590F
Text Example
Text Example
White with #CC590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC590F; }
p { color: rgb(204,89,15); }
H1.HeaderClassName
{
color: #CC590F;
}
.AnyTagClassName
{
color: #CC590F;
}
</style>
background-color css
<style>
a { background-color: #CC590F; }
a { background-color: rgb(204,89,15); }
div.DivClassName
{
background-color: #CC590F;
}
.BgClassName
{
background-color: #CC590F;
}
</style>
border-color css
<style>
span { border-color: #CC590F; }
span { border-color: rgb(204,89,15); }
td.TdClassName
{
border-color: #CC590F;
}
.TagClassName
{
border-color: #CC590F;
}
</style>