Shades of Tenne (Tawny) #CC520C
Tints of Tenne (Tawny) #CC520C
RGB
CMYK
RGB Variations
Color information
#CC520C (or 0xCC520C) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 0C. RGB value is (204,82,12). Sum of RGB (Red+Green+Blue) = 204+82+12=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC520C is #33ADF3. Grayscale: #6E6E6E. Windows color (decimal): -3386868 or 807628. OLE color: 807628.
HSL color Cylindrical-coordinate representation of color #CC520C: hue angle of 21.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC520C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.2 |
| HSL | 21.88º | 0.89% | 0.42% | - |
| HSV(B) | 21.88º | 0.94% | 0.8% | - |
| XYZ | 27.99 | 18.9 | 2.52 | - |
| YUV | 110.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 12 | 0 | 0.60 | 0.94 | 0.2 | 21.88 | 0.89 | 0.42 |
| Hex | CC | 52 | C | 0 | 3C | 5E | 14 | 16 | 59 | 2A |
| Octal | 314 | 122 | 14 | 0 | 74 | 136 | 24 | 26 | 131 | 52 |
| Binary | 11001100 | 1010010 | 1100 | 0 | 111100 | 1011110 | 10100 | 10110 | 1011001 | 101010 |
Color Harmonies of #CC520C
Complementary color
Monochromatic Colors of #CC520C
Black with #CC520C
Text Example
Text Example
White with #CC520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC520C; }
p { color: rgb(204,82,12); }
H1.HeaderClassName
{
color: #CC520C;
}
.AnyTagClassName
{
color: #CC520C;
}
</style>
background-color css
<style>
a { background-color: #CC520C; }
a { background-color: rgb(204,82,12); }
div.DivClassName
{
background-color: #CC520C;
}
.BgClassName
{
background-color: #CC520C;
}
</style>
border-color css
<style>
span { border-color: #CC520C; }
span { border-color: rgb(204,82,12); }
td.TdClassName
{
border-color: #CC520C;
}
.TagClassName
{
border-color: #CC520C;
}
</style>