Shades of Tenne (Tawny) #C8620B
Tints of Tenne (Tawny) #C8620B
RGB
CMYK
RGB Variations
Color information
#C8620B (or 0xC8620B) is known color: Tenne (Tawny). HEX triplet: C8, 62 and 0B. RGB value is (200,98,11). Sum of RGB (Red+Green+Blue) = 200+98+11=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8620B is #379DF4. Grayscale: #777777. Windows color (decimal): -3644917 or 746184. OLE color: 746184.
HSL color Cylindrical-coordinate representation of color #C8620B: hue angle of 27.62º 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 #C8620B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.22 |
| HSL | 27.62º | 0.9% | 0.41% | - |
| HSV(B) | 27.62º | 0.95% | 0.78% | - |
| XYZ | 28.25 | 21.04 | 2.89 | - |
| YUV | 118.58 | 67.29 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 11 | 0 | 0.51 | 0.94 | 0.22 | 27.62 | 0.9 | 0.41 |
| Hex | C8 | 62 | B | 0 | 33 | 5E | 16 | 1C | 5A | 29 |
| Octal | 310 | 142 | 13 | 0 | 63 | 136 | 26 | 34 | 132 | 51 |
| Binary | 11001000 | 1100010 | 1011 | 0 | 110011 | 1011110 | 10110 | 11100 | 1011010 | 101001 |
Color Harmonies of #C8620B
Complementary color
Monochromatic Colors of #C8620B
Black with #C8620B
Text Example
Text Example
White with #C8620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8620B; }
p { color: rgb(200,98,11); }
H1.HeaderClassName
{
color: #C8620B;
}
.AnyTagClassName
{
color: #C8620B;
}
</style>
background-color css
<style>
a { background-color: #C8620B; }
a { background-color: rgb(200,98,11); }
div.DivClassName
{
background-color: #C8620B;
}
.BgClassName
{
background-color: #C8620B;
}
</style>
border-color css
<style>
span { border-color: #C8620B; }
span { border-color: rgb(200,98,11); }
td.TdClassName
{
border-color: #C8620B;
}
.TagClassName
{
border-color: #C8620B;
}
</style>