Shades of Tenne (Tawny) #CC5215
Tints of Tenne (Tawny) #CC5215
RGB
CMYK
RGB Variations
Color information
#CC5215 (or 0xCC5215) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 15. RGB value is (204,82,21). Sum of RGB (Red+Green+Blue) = 204+82+21=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5215 is #33ADEA. Grayscale: #6F6F6F. Windows color (decimal): -3386859 or 1397452. OLE color: 1397452.
HSL color Cylindrical-coordinate representation of color #CC5215: hue angle of 20º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5215 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 21 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.2 |
| HSL | 20º | 0.81% | 0.44% | - |
| HSV(B) | 20º | 0.9% | 0.8% | - |
| XYZ | 28.05 | 18.93 | 2.88 | - |
| YUV | 111.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 21 | 0 | 0.60 | 0.90 | 0.2 | 20 | 0.81 | 0.44 |
| Hex | CC | 52 | 15 | 0 | 3C | 5A | 14 | 14 | 51 | 2C |
| Octal | 314 | 122 | 25 | 0 | 74 | 132 | 24 | 24 | 121 | 54 |
| Binary | 11001100 | 1010010 | 10101 | 0 | 111100 | 1011010 | 10100 | 10100 | 1010001 | 101100 |
Color Harmonies of #CC5215
Complementary color
Monochromatic Colors of #CC5215
Black with #CC5215
Text Example
Text Example
White with #CC5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5215; }
p { color: rgb(204,82,21); }
H1.HeaderClassName
{
color: #CC5215;
}
.AnyTagClassName
{
color: #CC5215;
}
</style>
background-color css
<style>
a { background-color: #CC5215; }
a { background-color: rgb(204,82,21); }
div.DivClassName
{
background-color: #CC5215;
}
.BgClassName
{
background-color: #CC5215;
}
</style>
border-color css
<style>
span { border-color: #CC5215; }
span { border-color: rgb(204,82,21); }
td.TdClassName
{
border-color: #CC5215;
}
.TagClassName
{
border-color: #CC5215;
}
</style>