Shades of Tenne (Tawny) #CC5600
Tints of Tenne (Tawny) #CC5600
RGB
CMYK
RGB Variations
Color information
#CC5600 (or 0xCC5600) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 00. RGB value is (204,86,0). Sum of RGB (Red+Green+Blue) = 204+86+0=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5600 is #33A9FF. Grayscale: #6F6F6F. Windows color (decimal): -3385856 or 22220. OLE color: 22220.
HSL color Cylindrical-coordinate representation of color #CC5600: hue angle of 25.29º 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 #CC5600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.2 |
| HSL | 25.29º | 1% | 0.4% | - |
| HSV(B) | 25.29º | 1% | 0.8% | - |
| XYZ | 28.23 | 19.49 | 2.27 | - |
| YUV | 111.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 0 | 0 | 0.58 | 1 | 0.2 | 25.29 | 1 | 0.4 |
| Hex | CC | 56 | 0 | 0 | 3A | 64 | 14 | 19 | 64 | 28 |
| Octal | 314 | 126 | 0 | 0 | 72 | 144 | 24 | 31 | 144 | 50 |
| Binary | 11001100 | 1010110 | 0 | 0 | 111010 | 1100100 | 10100 | 11001 | 1100100 | 101000 |
Color Harmonies of #CC5600
Complementary color
Monochromatic Colors of #CC5600
Black with #CC5600
Text Example
Text Example
White with #CC5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5600; }
p { color: rgb(204,86,0); }
H1.HeaderClassName
{
color: #CC5600;
}
.AnyTagClassName
{
color: #CC5600;
}
</style>
background-color css
<style>
a { background-color: #CC5600; }
a { background-color: rgb(204,86,0); }
div.DivClassName
{
background-color: #CC5600;
}
.BgClassName
{
background-color: #CC5600;
}
</style>
border-color css
<style>
span { border-color: #CC5600; }
span { border-color: rgb(204,86,0); }
td.TdClassName
{
border-color: #CC5600;
}
.TagClassName
{
border-color: #CC5600;
}
</style>