Shades of Tenne (Tawny) #CC520F
Tints of Tenne (Tawny) #CC520F
RGB
CMYK
RGB Variations
Color information
#CC520F (or 0xCC520F) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 0F. RGB value is (204,82,15). Sum of RGB (Red+Green+Blue) = 204+82+15=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC520F is #33ADF0. Grayscale: #6F6F6F. Windows color (decimal): -3386865 or 1004236. OLE color: 1004236.
HSL color Cylindrical-coordinate representation of color #CC520F: hue angle of 21.27º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC520F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.2 |
| HSL | 21.27º | 0.86% | 0.43% | - |
| HSV(B) | 21.27º | 0.93% | 0.8% | - |
| XYZ | 28.01 | 18.91 | 2.63 | - |
| YUV | 110.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 15 | 0 | 0.60 | 0.93 | 0.2 | 21.27 | 0.86 | 0.43 |
| Hex | CC | 52 | F | 0 | 3C | 5D | 14 | 15 | 56 | 2B |
| Octal | 314 | 122 | 17 | 0 | 74 | 135 | 24 | 25 | 126 | 53 |
| Binary | 11001100 | 1010010 | 1111 | 0 | 111100 | 1011101 | 10100 | 10101 | 1010110 | 101011 |
Color Harmonies of #CC520F
Complementary color
Monochromatic Colors of #CC520F
Black with #CC520F
Text Example
Text Example
White with #CC520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC520F; }
p { color: rgb(204,82,15); }
H1.HeaderClassName
{
color: #CC520F;
}
.AnyTagClassName
{
color: #CC520F;
}
</style>
background-color css
<style>
a { background-color: #CC520F; }
a { background-color: rgb(204,82,15); }
div.DivClassName
{
background-color: #CC520F;
}
.BgClassName
{
background-color: #CC520F;
}
</style>
border-color css
<style>
span { border-color: #CC520F; }
span { border-color: rgb(204,82,15); }
td.TdClassName
{
border-color: #CC520F;
}
.TagClassName
{
border-color: #CC520F;
}
</style>