Shades of Tenne (Tawny) #CC600E
Tints of Tenne (Tawny) #CC600E
RGB
CMYK
RGB Variations
Color information
#CC600E (or 0xCC600E) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 0E. RGB value is (204,96,14). Sum of RGB (Red+Green+Blue) = 204+96+14=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC600E is #339FF1. Grayscale: #777777. Windows color (decimal): -3383282 or 942284. OLE color: 942284.
HSL color Cylindrical-coordinate representation of color #CC600E: hue angle of 25.89º 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 #CC600E is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 14 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.2 |
| HSL | 25.89º | 0.87% | 0.43% | - |
| HSV(B) | 25.89º | 0.93% | 0.8% | - |
| XYZ | 29.16 | 21.23 | 2.98 | - |
| YUV | 118.94 | 68.78 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 14 | 0 | 0.53 | 0.93 | 0.2 | 25.89 | 0.87 | 0.43 |
| Hex | CC | 60 | E | 0 | 35 | 5D | 14 | 1A | 57 | 2B |
| Octal | 314 | 140 | 16 | 0 | 65 | 135 | 24 | 32 | 127 | 53 |
| Binary | 11001100 | 1100000 | 1110 | 0 | 110101 | 1011101 | 10100 | 11010 | 1010111 | 101011 |
Color Harmonies of #CC600E
Complementary color
Monochromatic Colors of #CC600E
Black with #CC600E
Text Example
Text Example
White with #CC600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC600E; }
p { color: rgb(204,96,14); }
H1.HeaderClassName
{
color: #CC600E;
}
.AnyTagClassName
{
color: #CC600E;
}
</style>
background-color css
<style>
a { background-color: #CC600E; }
a { background-color: rgb(204,96,14); }
div.DivClassName
{
background-color: #CC600E;
}
.BgClassName
{
background-color: #CC600E;
}
</style>
border-color css
<style>
span { border-color: #CC600E; }
span { border-color: rgb(204,96,14); }
td.TdClassName
{
border-color: #CC600E;
}
.TagClassName
{
border-color: #CC600E;
}
</style>