Shades of Tenne (Tawny) #CC640C
Tints of Tenne (Tawny) #CC640C
RGB
CMYK
RGB Variations
Color information
#CC640C (or 0xCC640C) is known color: Tenne (Tawny). HEX triplet: CC, 64 and 0C. RGB value is (204,100,12). Sum of RGB (Red+Green+Blue) = 204+100+12=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC640C is #339BF3. Grayscale: #797979. Windows color (decimal): -3382260 or 812236. OLE color: 812236.
HSL color Cylindrical-coordinate representation of color #CC640C: hue angle of 27.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 #CC640C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.2 |
| HSL | 27.5º | 0.89% | 0.42% | - |
| HSV(B) | 27.5º | 0.94% | 0.8% | - |
| XYZ | 29.53 | 21.98 | 3.03 | - |
| YUV | 121.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 12 | 0 | 0.51 | 0.94 | 0.2 | 27.5 | 0.89 | 0.42 |
| Hex | CC | 64 | C | 0 | 33 | 5E | 14 | 1C | 59 | 2A |
| Octal | 314 | 144 | 14 | 0 | 63 | 136 | 24 | 34 | 131 | 52 |
| Binary | 11001100 | 1100100 | 1100 | 0 | 110011 | 1011110 | 10100 | 11100 | 1011001 | 101010 |
Color Harmonies of #CC640C
Complementary color
Monochromatic Colors of #CC640C
Black with #CC640C
Text Example
Text Example
White with #CC640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC640C; }
p { color: rgb(204,100,12); }
H1.HeaderClassName
{
color: #CC640C;
}
.AnyTagClassName
{
color: #CC640C;
}
</style>
background-color css
<style>
a { background-color: #CC640C; }
a { background-color: rgb(204,100,12); }
div.DivClassName
{
background-color: #CC640C;
}
.BgClassName
{
background-color: #CC640C;
}
</style>
border-color css
<style>
span { border-color: #CC640C; }
span { border-color: rgb(204,100,12); }
td.TdClassName
{
border-color: #CC640C;
}
.TagClassName
{
border-color: #CC640C;
}
</style>