Shades of Tenne (Tawny) #CC550E
Tints of Tenne (Tawny) #CC550E
RGB
CMYK
RGB Variations
Color information
#CC550E (or 0xCC550E) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 0E. RGB value is (204,85,14). Sum of RGB (Red+Green+Blue) = 204+85+14=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC550E is #33AAF1. Grayscale: #707070. Windows color (decimal): -3386098 or 939468. OLE color: 939468.
HSL color Cylindrical-coordinate representation of color #CC550E: hue angle of 22.42º 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 #CC550E is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 14 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.2 |
| HSL | 22.42º | 0.87% | 0.43% | - |
| HSV(B) | 22.42º | 0.93% | 0.8% | - |
| XYZ | 28.23 | 19.37 | 2.67 | - |
| YUV | 112.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 14 | 0 | 0.58 | 0.93 | 0.2 | 22.42 | 0.87 | 0.43 |
| Hex | CC | 55 | E | 0 | 3A | 5D | 14 | 16 | 57 | 2B |
| Octal | 314 | 125 | 16 | 0 | 72 | 135 | 24 | 26 | 127 | 53 |
| Binary | 11001100 | 1010101 | 1110 | 0 | 111010 | 1011101 | 10100 | 10110 | 1010111 | 101011 |
Color Harmonies of #CC550E
Complementary color
Monochromatic Colors of #CC550E
Black with #CC550E
Text Example
Text Example
White with #CC550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC550E; }
p { color: rgb(204,85,14); }
H1.HeaderClassName
{
color: #CC550E;
}
.AnyTagClassName
{
color: #CC550E;
}
</style>
background-color css
<style>
a { background-color: #CC550E; }
a { background-color: rgb(204,85,14); }
div.DivClassName
{
background-color: #CC550E;
}
.BgClassName
{
background-color: #CC550E;
}
</style>
border-color css
<style>
span { border-color: #CC550E; }
span { border-color: rgb(204,85,14); }
td.TdClassName
{
border-color: #CC550E;
}
.TagClassName
{
border-color: #CC550E;
}
</style>