Shades of Tenne (Tawny) #CC590C
Tints of Tenne (Tawny) #CC590C
RGB
CMYK
RGB Variations
Color information
#CC590C (or 0xCC590C) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 0C. RGB value is (204,89,12). Sum of RGB (Red+Green+Blue) = 204+89+12=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC590C is #33A6F3. Grayscale: #737373. Windows color (decimal): -3385076 or 809420. OLE color: 809420.
HSL color Cylindrical-coordinate representation of color #CC590C: hue angle of 24.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC590C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.2 |
| HSL | 24.06º | 0.89% | 0.42% | - |
| HSV(B) | 24.06º | 0.94% | 0.8% | - |
| XYZ | 28.54 | 20.01 | 2.71 | - |
| YUV | 114.61 | 70.1 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 12 | 0 | 0.56 | 0.94 | 0.2 | 24.06 | 0.89 | 0.42 |
| Hex | CC | 59 | C | 0 | 38 | 5E | 14 | 18 | 59 | 2A |
| Octal | 314 | 131 | 14 | 0 | 70 | 136 | 24 | 30 | 131 | 52 |
| Binary | 11001100 | 1011001 | 1100 | 0 | 111000 | 1011110 | 10100 | 11000 | 1011001 | 101010 |
Color Harmonies of #CC590C
Complementary color
Monochromatic Colors of #CC590C
Black with #CC590C
Text Example
Text Example
White with #CC590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC590C; }
p { color: rgb(204,89,12); }
H1.HeaderClassName
{
color: #CC590C;
}
.AnyTagClassName
{
color: #CC590C;
}
</style>
background-color css
<style>
a { background-color: #CC590C; }
a { background-color: rgb(204,89,12); }
div.DivClassName
{
background-color: #CC590C;
}
.BgClassName
{
background-color: #CC590C;
}
</style>
border-color css
<style>
span { border-color: #CC590C; }
span { border-color: rgb(204,89,12); }
td.TdClassName
{
border-color: #CC590C;
}
.TagClassName
{
border-color: #CC590C;
}
</style>