Shades of Tenne (Tawny) #CC5100
Tints of Tenne (Tawny) #CC5100
RGB
CMYK
RGB Variations
Color information
#CC5100 (or 0xCC5100) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 00. RGB value is (204,81,0). Sum of RGB (Red+Green+Blue) = 204+81+0=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5100 is #33AEFF. Grayscale: #6C6C6C. Windows color (decimal): -3387136 or 20940. OLE color: 20940.
HSL color Cylindrical-coordinate representation of color #CC5100: hue angle of 23.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC5100 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.2 |
| HSL | 23.82º | 1% | 0.4% | - |
| HSV(B) | 23.82º | 1% | 0.8% | - |
| XYZ | 27.84 | 18.72 | 2.15 | - |
| YUV | 108.54 | 66.75 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 0 | 0 | 0.60 | 1 | 0.2 | 23.82 | 1 | 0.4 |
| Hex | CC | 51 | 0 | 0 | 3C | 64 | 14 | 18 | 64 | 28 |
| Octal | 314 | 121 | 0 | 0 | 74 | 144 | 24 | 30 | 144 | 50 |
| Binary | 11001100 | 1010001 | 0 | 0 | 111100 | 1100100 | 10100 | 11000 | 1100100 | 101000 |
Color Harmonies of #CC5100
Complementary color
Monochromatic Colors of #CC5100
Black with #CC5100
Text Example
Text Example
White with #CC5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5100; }
p { color: rgb(204,81,0); }
H1.HeaderClassName
{
color: #CC5100;
}
.AnyTagClassName
{
color: #CC5100;
}
</style>
background-color css
<style>
a { background-color: #CC5100; }
a { background-color: rgb(204,81,0); }
div.DivClassName
{
background-color: #CC5100;
}
.BgClassName
{
background-color: #CC5100;
}
</style>
border-color css
<style>
span { border-color: #CC5100; }
span { border-color: rgb(204,81,0); }
td.TdClassName
{
border-color: #CC5100;
}
.TagClassName
{
border-color: #CC5100;
}
</style>