Shades of Tenne (Tawny) #CC540C
Tints of Tenne (Tawny) #CC540C
RGB
CMYK
RGB Variations
Color information
#CC540C (or 0xCC540C) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 0C. RGB value is (204,84,12). Sum of RGB (Red+Green+Blue) = 204+84+12=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC540C is #33ABF3. Grayscale: #707070. Windows color (decimal): -3386356 or 808140. OLE color: 808140.
HSL color Cylindrical-coordinate representation of color #CC540C: hue angle of 22.5º 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 #CC540C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 12 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.2 |
| HSL | 22.5º | 0.89% | 0.42% | - |
| HSV(B) | 22.5º | 0.94% | 0.8% | - |
| XYZ | 28.14 | 19.2 | 2.57 | - |
| YUV | 111.67 | 71.76 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 12 | 0 | 0.59 | 0.94 | 0.2 | 22.5 | 0.89 | 0.42 |
| Hex | CC | 54 | C | 0 | 3B | 5E | 14 | 16 | 59 | 2A |
| Octal | 314 | 124 | 14 | 0 | 73 | 136 | 24 | 26 | 131 | 52 |
| Binary | 11001100 | 1010100 | 1100 | 0 | 111011 | 1011110 | 10100 | 10110 | 1011001 | 101010 |
Color Harmonies of #CC540C
Complementary color
Monochromatic Colors of #CC540C
Black with #CC540C
Text Example
Text Example
White with #CC540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC540C; }
p { color: rgb(204,84,12); }
H1.HeaderClassName
{
color: #CC540C;
}
.AnyTagClassName
{
color: #CC540C;
}
</style>
background-color css
<style>
a { background-color: #CC540C; }
a { background-color: rgb(204,84,12); }
div.DivClassName
{
background-color: #CC540C;
}
.BgClassName
{
background-color: #CC540C;
}
</style>
border-color css
<style>
span { border-color: #CC540C; }
span { border-color: rgb(204,84,12); }
td.TdClassName
{
border-color: #CC540C;
}
.TagClassName
{
border-color: #CC540C;
}
</style>