Shades of Tenne (Tawny) #CC590B
Tints of Tenne (Tawny) #CC590B
RGB
CMYK
RGB Variations
Color information
#CC590B (or 0xCC590B) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 0B. RGB value is (204,89,11). Sum of RGB (Red+Green+Blue) = 204+89+11=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC590B is #33A6F4. Grayscale: #727272. Windows color (decimal): -3385077 or 743884. OLE color: 743884.
HSL color Cylindrical-coordinate representation of color #CC590B: hue angle of 24.25º degrees, saturation: 0.9, 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 #CC590B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.2 |
| HSL | 24.25º | 0.9% | 0.42% | - |
| HSV(B) | 24.25º | 0.95% | 0.8% | - |
| XYZ | 28.53 | 20.01 | 2.67 | - |
| YUV | 114.49 | 69.6 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 11 | 0 | 0.56 | 0.95 | 0.2 | 24.25 | 0.9 | 0.42 |
| Hex | CC | 59 | B | 0 | 38 | 5F | 14 | 18 | 5A | 2A |
| Octal | 314 | 131 | 13 | 0 | 70 | 137 | 24 | 30 | 132 | 52 |
| Binary | 11001100 | 1011001 | 1011 | 0 | 111000 | 1011111 | 10100 | 11000 | 1011010 | 101010 |
Color Harmonies of #CC590B
Complementary color
Monochromatic Colors of #CC590B
Black with #CC590B
Text Example
Text Example
White with #CC590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC590B; }
p { color: rgb(204,89,11); }
H1.HeaderClassName
{
color: #CC590B;
}
.AnyTagClassName
{
color: #CC590B;
}
</style>
background-color css
<style>
a { background-color: #CC590B; }
a { background-color: rgb(204,89,11); }
div.DivClassName
{
background-color: #CC590B;
}
.BgClassName
{
background-color: #CC590B;
}
</style>
border-color css
<style>
span { border-color: #CC590B; }
span { border-color: rgb(204,89,11); }
td.TdClassName
{
border-color: #CC590B;
}
.TagClassName
{
border-color: #CC590B;
}
</style>