Shades of Tenne (Tawny) #CC620C
Tints of Tenne (Tawny) #CC620C
RGB
CMYK
RGB Variations
Color information
#CC620C (or 0xCC620C) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 0C. RGB value is (204,98,12). Sum of RGB (Red+Green+Blue) = 204+98+12=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC620C is #339DF3. Grayscale: #787878. Windows color (decimal): -3382772 or 811724. OLE color: 811724.
HSL color Cylindrical-coordinate representation of color #CC620C: hue angle of 26.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 #CC620C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.2 |
| HSL | 26.88º | 0.89% | 0.42% | - |
| HSV(B) | 26.88º | 0.94% | 0.8% | - |
| XYZ | 29.34 | 21.6 | 2.97 | - |
| YUV | 119.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 12 | 0 | 0.52 | 0.94 | 0.2 | 26.88 | 0.89 | 0.42 |
| Hex | CC | 62 | C | 0 | 34 | 5E | 14 | 1B | 59 | 2A |
| Octal | 314 | 142 | 14 | 0 | 64 | 136 | 24 | 33 | 131 | 52 |
| Binary | 11001100 | 1100010 | 1100 | 0 | 110100 | 1011110 | 10100 | 11011 | 1011001 | 101010 |
Color Harmonies of #CC620C
Complementary color
Monochromatic Colors of #CC620C
Black with #CC620C
Text Example
Text Example
White with #CC620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC620C; }
p { color: rgb(204,98,12); }
H1.HeaderClassName
{
color: #CC620C;
}
.AnyTagClassName
{
color: #CC620C;
}
</style>
background-color css
<style>
a { background-color: #CC620C; }
a { background-color: rgb(204,98,12); }
div.DivClassName
{
background-color: #CC620C;
}
.BgClassName
{
background-color: #CC620C;
}
</style>
border-color css
<style>
span { border-color: #CC620C; }
span { border-color: rgb(204,98,12); }
td.TdClassName
{
border-color: #CC620C;
}
.TagClassName
{
border-color: #CC620C;
}
</style>