Shades of Tenne (Tawny) #C8600C
Tints of Tenne (Tawny) #C8600C
RGB
CMYK
RGB Variations
Color information
#C8600C (or 0xC8600C) is known color: Tenne (Tawny). HEX triplet: C8, 60 and 0C. RGB value is (200,96,12). Sum of RGB (Red+Green+Blue) = 200+96+12=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8600C is #379FF3. Grayscale: #757575. Windows color (decimal): -3645428 or 811208. OLE color: 811208.
HSL color Cylindrical-coordinate representation of color #C8600C: hue angle of 26.81º degrees, saturation: 0.89, 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 #C8600C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.22 |
| HSL | 26.81º | 0.89% | 0.42% | - |
| HSV(B) | 26.81º | 0.94% | 0.78% | - |
| XYZ | 28.07 | 20.67 | 2.86 | - |
| YUV | 117.52 | 68.46 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 12 | 0 | 0.52 | 0.94 | 0.22 | 26.81 | 0.89 | 0.42 |
| Hex | C8 | 60 | C | 0 | 34 | 5E | 16 | 1B | 59 | 2A |
| Octal | 310 | 140 | 14 | 0 | 64 | 136 | 26 | 33 | 131 | 52 |
| Binary | 11001000 | 1100000 | 1100 | 0 | 110100 | 1011110 | 10110 | 11011 | 1011001 | 101010 |
Color Harmonies of #C8600C
Complementary color
Monochromatic Colors of #C8600C
Black with #C8600C
Text Example
Text Example
White with #C8600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8600C; }
p { color: rgb(200,96,12); }
H1.HeaderClassName
{
color: #C8600C;
}
.AnyTagClassName
{
color: #C8600C;
}
</style>
background-color css
<style>
a { background-color: #C8600C; }
a { background-color: rgb(200,96,12); }
div.DivClassName
{
background-color: #C8600C;
}
.BgClassName
{
background-color: #C8600C;
}
</style>
border-color css
<style>
span { border-color: #C8600C; }
span { border-color: rgb(200,96,12); }
td.TdClassName
{
border-color: #C8600C;
}
.TagClassName
{
border-color: #C8600C;
}
</style>