Shades of Tenne (Tawny) #CC490C
Tints of Tenne (Tawny) #CC490C
RGB
CMYK
RGB Variations
Color information
#CC490C (or 0xCC490C) is known color: Tenne (Tawny). HEX triplet: CC, 49 and 0C. RGB value is (204,73,12). Sum of RGB (Red+Green+Blue) = 204+73+12=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC490C is #33B6F3. Grayscale: #696969. Windows color (decimal): -3389172 or 805324. OLE color: 805324.
HSL color Cylindrical-coordinate representation of color #CC490C: hue angle of 19.06º 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 #CC490C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.2 |
| HSL | 19.06º | 0.89% | 0.42% | - |
| HSV(B) | 19.06º | 0.94% | 0.8% | - |
| XYZ | 27.35 | 17.63 | 2.31 | - |
| YUV | 105.22 | 75.4 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 12 | 0 | 0.64 | 0.94 | 0.2 | 19.06 | 0.89 | 0.42 |
| Hex | CC | 49 | C | 0 | 40 | 5E | 14 | 13 | 59 | 2A |
| Octal | 314 | 111 | 14 | 0 | 100 | 136 | 24 | 23 | 131 | 52 |
| Binary | 11001100 | 1001001 | 1100 | 0 | 1000000 | 1011110 | 10100 | 10011 | 1011001 | 101010 |
Color Harmonies of #CC490C
Complementary color
Monochromatic Colors of #CC490C
Black with #CC490C
Text Example
Text Example
White with #CC490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC490C; }
p { color: rgb(204,73,12); }
H1.HeaderClassName
{
color: #CC490C;
}
.AnyTagClassName
{
color: #CC490C;
}
</style>
background-color css
<style>
a { background-color: #CC490C; }
a { background-color: rgb(204,73,12); }
div.DivClassName
{
background-color: #CC490C;
}
.BgClassName
{
background-color: #CC490C;
}
</style>
border-color css
<style>
span { border-color: #CC490C; }
span { border-color: rgb(204,73,12); }
td.TdClassName
{
border-color: #CC490C;
}
.TagClassName
{
border-color: #CC490C;
}
</style>