Shades of Tenne (Tawny) #CC610E
Tints of Tenne (Tawny) #CC610E
RGB
CMYK
RGB Variations
Color information
#CC610E (or 0xCC610E) is known color: Tenne (Tawny). HEX triplet: CC, 61 and 0E. RGB value is (204,97,14). Sum of RGB (Red+Green+Blue) = 204+97+14=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC610E is #339EF1. Grayscale: #777777. Windows color (decimal): -3383026 or 942540. OLE color: 942540.
HSL color Cylindrical-coordinate representation of color #CC610E: hue angle of 26.21º 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 #CC610E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.2 |
| HSL | 26.21º | 0.87% | 0.43% | - |
| HSV(B) | 26.21º | 0.93% | 0.8% | - |
| XYZ | 29.26 | 21.42 | 3.01 | - |
| YUV | 119.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 14 | 0 | 0.52 | 0.93 | 0.2 | 26.21 | 0.87 | 0.43 |
| Hex | CC | 61 | E | 0 | 34 | 5D | 14 | 1A | 57 | 2B |
| Octal | 314 | 141 | 16 | 0 | 64 | 135 | 24 | 32 | 127 | 53 |
| Binary | 11001100 | 1100001 | 1110 | 0 | 110100 | 1011101 | 10100 | 11010 | 1010111 | 101011 |
Color Harmonies of #CC610E
Complementary color
Monochromatic Colors of #CC610E
Black with #CC610E
Text Example
Text Example
White with #CC610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC610E; }
p { color: rgb(204,97,14); }
H1.HeaderClassName
{
color: #CC610E;
}
.AnyTagClassName
{
color: #CC610E;
}
</style>
background-color css
<style>
a { background-color: #CC610E; }
a { background-color: rgb(204,97,14); }
div.DivClassName
{
background-color: #CC610E;
}
.BgClassName
{
background-color: #CC610E;
}
</style>
border-color css
<style>
span { border-color: #CC610E; }
span { border-color: rgb(204,97,14); }
td.TdClassName
{
border-color: #CC610E;
}
.TagClassName
{
border-color: #CC610E;
}
</style>