Shades of Tenne (Tawny) #CC590A
Tints of Tenne (Tawny) #CC590A
RGB
CMYK
RGB Variations
Color information
#CC590A (or 0xCC590A) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 0A. RGB value is (204,89,10). Sum of RGB (Red+Green+Blue) = 204+89+10=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC590A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC590A is #33A6F5. Grayscale: #727272. Windows color (decimal): -3385078 or 678348. OLE color: 678348.
HSL color Cylindrical-coordinate representation of color #CC590A: hue angle of 24.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC590A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.2 |
| HSL | 24.43º | 0.91% | 0.42% | - |
| HSV(B) | 24.43º | 0.95% | 0.8% | - |
| XYZ | 28.53 | 20 | 2.64 | - |
| YUV | 114.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 10 | 0 | 0.56 | 0.95 | 0.2 | 24.43 | 0.91 | 0.42 |
| Hex | CC | 59 | A | 0 | 38 | 5F | 14 | 18 | 5B | 2A |
| Octal | 314 | 131 | 12 | 0 | 70 | 137 | 24 | 30 | 133 | 52 |
| Binary | 11001100 | 1011001 | 1010 | 0 | 111000 | 1011111 | 10100 | 11000 | 1011011 | 101010 |
Color Harmonies of #CC590A
Complementary color
Monochromatic Colors of #CC590A
Black with #CC590A
Text Example
Text Example
White with #CC590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC590A; }
p { color: rgb(204,89,10); }
H1.HeaderClassName
{
color: #CC590A;
}
.AnyTagClassName
{
color: #CC590A;
}
</style>
background-color css
<style>
a { background-color: #CC590A; }
a { background-color: rgb(204,89,10); }
div.DivClassName
{
background-color: #CC590A;
}
.BgClassName
{
background-color: #CC590A;
}
</style>
border-color css
<style>
span { border-color: #CC590A; }
span { border-color: rgb(204,89,10); }
td.TdClassName
{
border-color: #CC590A;
}
.TagClassName
{
border-color: #CC590A;
}
</style>