Shades of Tenne (Tawny) #C8690A
Tints of Tenne (Tawny) #C8690A
RGB
CMYK
RGB Variations
Color information
#C8690A (or 0xC8690A) is known color: Tenne (Tawny). HEX triplet: C8, 69 and 0A. RGB value is (200,105,10). Sum of RGB (Red+Green+Blue) = 200+105+10=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8690A is #3796F5. Grayscale: #7B7B7B. Windows color (decimal): -3643126 or 682440. OLE color: 682440.
HSL color Cylindrical-coordinate representation of color #C8690A: hue angle of 30º 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 #C8690A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.22 |
| HSL | 30º | 0.9% | 0.41% | - |
| HSV(B) | 30º | 0.95% | 0.78% | - |
| XYZ | 28.93 | 22.4 | 3.09 | - |
| YUV | 122.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 10 | 0 | 0.48 | 0.95 | 0.22 | 30 | 0.9 | 0.41 |
| Hex | C8 | 69 | A | 0 | 30 | 5F | 16 | 1E | 5A | 29 |
| Octal | 310 | 151 | 12 | 0 | 60 | 137 | 26 | 36 | 132 | 51 |
| Binary | 11001000 | 1101001 | 1010 | 0 | 110000 | 1011111 | 10110 | 11110 | 1011010 | 101001 |
Color Harmonies of #C8690A
Complementary color
Monochromatic Colors of #C8690A
Black with #C8690A
Text Example
Text Example
White with #C8690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8690A; }
p { color: rgb(200,105,10); }
H1.HeaderClassName
{
color: #C8690A;
}
.AnyTagClassName
{
color: #C8690A;
}
</style>
background-color css
<style>
a { background-color: #C8690A; }
a { background-color: rgb(200,105,10); }
div.DivClassName
{
background-color: #C8690A;
}
.BgClassName
{
background-color: #C8690A;
}
</style>
border-color css
<style>
span { border-color: #C8690A; }
span { border-color: rgb(200,105,10); }
td.TdClassName
{
border-color: #C8690A;
}
.TagClassName
{
border-color: #C8690A;
}
</style>