Shades of Tenne (Tawny) #C8500B
Tints of Tenne (Tawny) #C8500B
RGB
CMYK
RGB Variations
Color information
#C8500B (or 0xC8500B) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 0B. RGB value is (200,80,11). Sum of RGB (Red+Green+Blue) = 200+80+11=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C8500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8500B is #37AFF4. Grayscale: #6C6C6C. Windows color (decimal): -3649525 or 741576. OLE color: 741576.
HSL color Cylindrical-coordinate representation of color #C8500B: hue angle of 21.9º 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 #C8500B is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 11 | - |
| CMYK | 0 | 0.6 | 0.94 | 0.22 |
| HSL | 21.9º | 0.9% | 0.41% | - |
| HSV(B) | 21.9º | 0.95% | 0.78% | - |
| XYZ | 26.75 | 18.04 | 2.39 | - |
| YUV | 108.01 | 73.26 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 11 | 0 | 0.6 | 0.94 | 0.22 | 21.9 | 0.9 | 0.41 |
| Hex | C8 | 50 | B | 0 | 3C | 5E | 16 | 16 | 5A | 29 |
| Octal | 310 | 120 | 13 | 0 | 74 | 136 | 26 | 26 | 132 | 51 |
| Binary | 11001000 | 1010000 | 1011 | 0 | 111100 | 1011110 | 10110 | 10110 | 1011010 | 101001 |
Color Harmonies of #C8500B
Complementary color
Monochromatic Colors of #C8500B
Black with #C8500B
Text Example
Text Example
White with #C8500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8500B; }
p { color: rgb(200,80,11); }
H1.HeaderClassName
{
color: #C8500B;
}
.AnyTagClassName
{
color: #C8500B;
}
</style>
background-color css
<style>
a { background-color: #C8500B; }
a { background-color: rgb(200,80,11); }
div.DivClassName
{
background-color: #C8500B;
}
.BgClassName
{
background-color: #C8500B;
}
</style>
border-color css
<style>
span { border-color: #C8500B; }
span { border-color: rgb(200,80,11); }
td.TdClassName
{
border-color: #C8500B;
}
.TagClassName
{
border-color: #C8500B;
}
</style>