Shades of Tenne (Tawny) #C8620A
Tints of Tenne (Tawny) #C8620A
RGB
CMYK
RGB Variations
Color information
#C8620A (or 0xC8620A) is known color: Tenne (Tawny). HEX triplet: C8, 62 and 0A. RGB value is (200,98,10). Sum of RGB (Red+Green+Blue) = 200+98+10=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8620A is #379DF5. Grayscale: #767676. Windows color (decimal): -3644918 or 680648. OLE color: 680648.
HSL color Cylindrical-coordinate representation of color #C8620A: hue angle of 27.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8620A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.22 |
| HSL | 27.79º | 0.9% | 0.41% | - |
| HSV(B) | 27.79º | 0.95% | 0.78% | - |
| XYZ | 28.24 | 21.04 | 2.86 | - |
| YUV | 118.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 10 | 0 | 0.51 | 0.95 | 0.22 | 27.79 | 0.9 | 0.41 |
| Hex | C8 | 62 | A | 0 | 33 | 5F | 16 | 1C | 5A | 29 |
| Octal | 310 | 142 | 12 | 0 | 63 | 137 | 26 | 34 | 132 | 51 |
| Binary | 11001000 | 1100010 | 1010 | 0 | 110011 | 1011111 | 10110 | 11100 | 1011010 | 101001 |
Color Harmonies of #C8620A
Complementary color
Monochromatic Colors of #C8620A
Black with #C8620A
Text Example
Text Example
White with #C8620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8620A; }
p { color: rgb(200,98,10); }
H1.HeaderClassName
{
color: #C8620A;
}
.AnyTagClassName
{
color: #C8620A;
}
</style>
background-color css
<style>
a { background-color: #C8620A; }
a { background-color: rgb(200,98,10); }
div.DivClassName
{
background-color: #C8620A;
}
.BgClassName
{
background-color: #C8620A;
}
</style>
border-color css
<style>
span { border-color: #C8620A; }
span { border-color: rgb(200,98,10); }
td.TdClassName
{
border-color: #C8620A;
}
.TagClassName
{
border-color: #C8620A;
}
</style>