Shades of Tenne (Tawny) #CC5006
Tints of Tenne (Tawny) #CC5006
RGB
CMYK
RGB Variations
Color information
#CC5006 (or 0xCC5006) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 06. RGB value is (204,80,6). Sum of RGB (Red+Green+Blue) = 204+80+6=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5006 is #33AFF9. Grayscale: #6D6D6D. Windows color (decimal): -3387386 or 413900. OLE color: 413900.
HSL color Cylindrical-coordinate representation of color #CC5006: hue angle of 22.42º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC5006 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.2 |
| HSL | 22.42º | 0.94% | 0.41% | - |
| HSV(B) | 22.42º | 0.97% | 0.8% | - |
| XYZ | 27.8 | 18.59 | 2.29 | - |
| YUV | 108.64 | 70.08 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 6 | 0 | 0.61 | 0.97 | 0.2 | 22.42 | 0.94 | 0.41 |
| Hex | CC | 50 | 6 | 0 | 3D | 61 | 14 | 16 | 5E | 29 |
| Octal | 314 | 120 | 6 | 0 | 75 | 141 | 24 | 26 | 136 | 51 |
| Binary | 11001100 | 1010000 | 110 | 0 | 111101 | 1100001 | 10100 | 10110 | 1011110 | 101001 |
Color Harmonies of #CC5006
Complementary color
Monochromatic Colors of #CC5006
Black with #CC5006
Text Example
Text Example
White with #CC5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5006; }
p { color: rgb(204,80,6); }
H1.HeaderClassName
{
color: #CC5006;
}
.AnyTagClassName
{
color: #CC5006;
}
</style>
background-color css
<style>
a { background-color: #CC5006; }
a { background-color: rgb(204,80,6); }
div.DivClassName
{
background-color: #CC5006;
}
.BgClassName
{
background-color: #CC5006;
}
</style>
border-color css
<style>
span { border-color: #CC5006; }
span { border-color: rgb(204,80,6); }
td.TdClassName
{
border-color: #CC5006;
}
.TagClassName
{
border-color: #CC5006;
}
</style>