Shades of Tenne (Tawny) #CC5E0C
Tints of Tenne (Tawny) #CC5E0C
RGB
CMYK
RGB Variations
Color information
#CC5E0C (or 0xCC5E0C) is known color: Tenne (Tawny). HEX triplet: CC, 5E and 0C. RGB value is (204,94,12). Sum of RGB (Red+Green+Blue) = 204+94+12=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E0C is #33A1F3. Grayscale: #757575. Windows color (decimal): -3383796 or 810700. OLE color: 810700.
HSL color Cylindrical-coordinate representation of color #CC5E0C: hue angle of 25.62º 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 #CC5E0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.2 |
| HSL | 25.63º | 0.89% | 0.42% | - |
| HSV(B) | 25.63º | 0.94% | 0.8% | - |
| XYZ | 28.97 | 20.87 | 2.85 | - |
| YUV | 117.54 | 68.44 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 12 | 0 | 0.54 | 0.94 | 0.2 | 25.63 | 0.89 | 0.42 |
| Hex | CC | 5E | C | 0 | 36 | 5E | 14 | 1A | 59 | 2A |
| Octal | 314 | 136 | 14 | 0 | 66 | 136 | 24 | 32 | 131 | 52 |
| Binary | 11001100 | 1011110 | 1100 | 0 | 110110 | 1011110 | 10100 | 11010 | 1011001 | 101010 |
Color Harmonies of #CC5E0C
Complementary color
Monochromatic Colors of #CC5E0C
Black with #CC5E0C
Text Example
Text Example
White with #CC5E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E0C; }
p { color: rgb(204,94,12); }
H1.HeaderClassName
{
color: #CC5E0C;
}
.AnyTagClassName
{
color: #CC5E0C;
}
</style>
background-color css
<style>
a { background-color: #CC5E0C; }
a { background-color: rgb(204,94,12); }
div.DivClassName
{
background-color: #CC5E0C;
}
.BgClassName
{
background-color: #CC5E0C;
}
</style>
border-color css
<style>
span { border-color: #CC5E0C; }
span { border-color: rgb(204,94,12); }
td.TdClassName
{
border-color: #CC5E0C;
}
.TagClassName
{
border-color: #CC5E0C;
}
</style>