Shades of Tenne (Tawny) #C8640B
Tints of Tenne (Tawny) #C8640B
RGB
CMYK
RGB Variations
Color information
#C8640B (or 0xC8640B) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 0B. RGB value is (200,100,11). Sum of RGB (Red+Green+Blue) = 200+100+11=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8640B is #379BF4. Grayscale: #787878. Windows color (decimal): -3644405 or 746696. OLE color: 746696.
HSL color Cylindrical-coordinate representation of color #C8640B: hue angle of 28.25º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8640B is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 11 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.22 |
| HSL | 28.25º | 0.9% | 0.41% | - |
| HSV(B) | 28.25º | 0.95% | 0.78% | - |
| XYZ | 28.44 | 21.42 | 2.95 | - |
| YUV | 119.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 11 | 0 | 0.5 | 0.94 | 0.22 | 28.25 | 0.9 | 0.41 |
| Hex | C8 | 64 | B | 0 | 32 | 5E | 16 | 1C | 5A | 29 |
| Octal | 310 | 144 | 13 | 0 | 62 | 136 | 26 | 34 | 132 | 51 |
| Binary | 11001000 | 1100100 | 1011 | 0 | 110010 | 1011110 | 10110 | 11100 | 1011010 | 101001 |
Color Harmonies of #C8640B
Complementary color
Monochromatic Colors of #C8640B
Black with #C8640B
Text Example
Text Example
White with #C8640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8640B; }
p { color: rgb(200,100,11); }
H1.HeaderClassName
{
color: #C8640B;
}
.AnyTagClassName
{
color: #C8640B;
}
</style>
background-color css
<style>
a { background-color: #C8640B; }
a { background-color: rgb(200,100,11); }
div.DivClassName
{
background-color: #C8640B;
}
.BgClassName
{
background-color: #C8640B;
}
</style>
border-color css
<style>
span { border-color: #C8640B; }
span { border-color: rgb(200,100,11); }
td.TdClassName
{
border-color: #C8640B;
}
.TagClassName
{
border-color: #C8640B;
}
</style>