Shades of Tenne (Tawny) #C0640B
Tints of Tenne (Tawny) #C0640B
RGB
CMYK
RGB Variations
Color information
#C0640B (or 0xC0640B) is known color: Tenne (Tawny). HEX triplet: C0, 64 and 0B. RGB value is (192,100,11). Sum of RGB (Red+Green+Blue) = 192+100+11=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0640B is #3F9BF4. Grayscale: #757575. Windows color (decimal): -4168693 or 746688. OLE color: 746688.
HSL color Cylindrical-coordinate representation of color #C0640B: hue angle of 29.5º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0640B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.25 |
| HSL | 29.5º | 0.89% | 0.4% | - |
| HSV(B) | 29.5º | 0.94% | 0.75% | - |
| XYZ | 26.36 | 20.34 | 2.85 | - |
| YUV | 117.36 | 67.98 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 11 | 0 | 0.48 | 0.94 | 0.25 | 29.5 | 0.89 | 0.4 |
| Hex | C0 | 64 | B | 0 | 30 | 5E | 19 | 1E | 59 | 28 |
| Octal | 300 | 144 | 13 | 0 | 60 | 136 | 31 | 36 | 131 | 50 |
| Binary | 11000000 | 1100100 | 1011 | 0 | 110000 | 1011110 | 11001 | 11110 | 1011001 | 101000 |
Color Harmonies of #C0640B
Complementary color
Monochromatic Colors of #C0640B
Black with #C0640B
Text Example
Text Example
White with #C0640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0640B; }
p { color: rgb(192,100,11); }
H1.HeaderClassName
{
color: #C0640B;
}
.AnyTagClassName
{
color: #C0640B;
}
</style>
background-color css
<style>
a { background-color: #C0640B; }
a { background-color: rgb(192,100,11); }
div.DivClassName
{
background-color: #C0640B;
}
.BgClassName
{
background-color: #C0640B;
}
</style>
border-color css
<style>
span { border-color: #C0640B; }
span { border-color: rgb(192,100,11); }
td.TdClassName
{
border-color: #C0640B;
}
.TagClassName
{
border-color: #C0640B;
}
</style>