Shades of Tenne (Tawny) #C8620D
Tints of Tenne (Tawny) #C8620D
RGB
CMYK
RGB Variations
Color information
#C8620D (or 0xC8620D) is known color: Tenne (Tawny). HEX triplet: C8, 62 and 0D. RGB value is (200,98,13). Sum of RGB (Red+Green+Blue) = 200+98+13=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8620D is #379DF2. Grayscale: #777777. Windows color (decimal): -3644915 or 877256. OLE color: 877256.
HSL color Cylindrical-coordinate representation of color #C8620D: hue angle of 27.27º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8620D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.22 |
| HSL | 27.27º | 0.88% | 0.42% | - |
| HSV(B) | 27.27º | 0.94% | 0.78% | - |
| XYZ | 28.26 | 21.04 | 2.95 | - |
| YUV | 118.81 | 68.29 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 13 | 0 | 0.51 | 0.94 | 0.22 | 27.27 | 0.88 | 0.42 |
| Hex | C8 | 62 | D | 0 | 33 | 5E | 16 | 1B | 58 | 2A |
| Octal | 310 | 142 | 15 | 0 | 63 | 136 | 26 | 33 | 130 | 52 |
| Binary | 11001000 | 1100010 | 1101 | 0 | 110011 | 1011110 | 10110 | 11011 | 1011000 | 101010 |
Color Harmonies of #C8620D
Complementary color
Monochromatic Colors of #C8620D
Black with #C8620D
Text Example
Text Example
White with #C8620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8620D; }
p { color: rgb(200,98,13); }
H1.HeaderClassName
{
color: #C8620D;
}
.AnyTagClassName
{
color: #C8620D;
}
</style>
background-color css
<style>
a { background-color: #C8620D; }
a { background-color: rgb(200,98,13); }
div.DivClassName
{
background-color: #C8620D;
}
.BgClassName
{
background-color: #C8620D;
}
</style>
border-color css
<style>
span { border-color: #C8620D; }
span { border-color: rgb(200,98,13); }
td.TdClassName
{
border-color: #C8620D;
}
.TagClassName
{
border-color: #C8620D;
}
</style>