Shades of Tenne (Tawny) #CC5315
Tints of Tenne (Tawny) #CC5315
RGB
CMYK
RGB Variations
Color information
#CC5315 (or 0xCC5315) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 15. RGB value is (204,83,21). Sum of RGB (Red+Green+Blue) = 204+83+21=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5315 is #33ACEA. Grayscale: #707070. Windows color (decimal): -3386603 or 1397708. OLE color: 1397708.
HSL color Cylindrical-coordinate representation of color #CC5315: hue angle of 20.33º 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 #CC5315 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.2 |
| HSL | 20.33º | 0.81% | 0.44% | - |
| HSV(B) | 20.33º | 0.9% | 0.8% | - |
| XYZ | 28.13 | 19.08 | 2.91 | - |
| YUV | 112.11 | 76.59 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 21 | 0 | 0.59 | 0.90 | 0.2 | 20.33 | 0.81 | 0.44 |
| Hex | CC | 53 | 15 | 0 | 3B | 5A | 14 | 14 | 51 | 2C |
| Octal | 314 | 123 | 25 | 0 | 73 | 132 | 24 | 24 | 121 | 54 |
| Binary | 11001100 | 1010011 | 10101 | 0 | 111011 | 1011010 | 10100 | 10100 | 1010001 | 101100 |
Color Harmonies of #CC5315
Complementary color
Monochromatic Colors of #CC5315
Black with #CC5315
Text Example
Text Example
White with #CC5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5315; }
p { color: rgb(204,83,21); }
H1.HeaderClassName
{
color: #CC5315;
}
.AnyTagClassName
{
color: #CC5315;
}
</style>
background-color css
<style>
a { background-color: #CC5315; }
a { background-color: rgb(204,83,21); }
div.DivClassName
{
background-color: #CC5315;
}
.BgClassName
{
background-color: #CC5315;
}
</style>
border-color css
<style>
span { border-color: #CC5315; }
span { border-color: rgb(204,83,21); }
td.TdClassName
{
border-color: #CC5315;
}
.TagClassName
{
border-color: #CC5315;
}
</style>