Shades of Tenne (Tawny) #C87105
Tints of Tenne (Tawny) #C87105
RGB
CMYK
RGB Variations
Color information
#C87105 (or 0xC87105) is known color: Tenne (Tawny). HEX triplet: C8, 71 and 05. RGB value is (200,113,5). Sum of RGB (Red+Green+Blue) = 200+113+5=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C87105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87105 is #378EFA. Grayscale: #7F7F7F. Windows color (decimal): -3641083 or 356808. OLE color: 356808.
HSL color Cylindrical-coordinate representation of color #C87105: hue angle of 33.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C87105 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.22 |
| HSL | 33.23º | 0.95% | 0.4% | - |
| HSV(B) | 33.23º | 0.98% | 0.78% | - |
| XYZ | 29.75 | 24.1 | 3.23 | - |
| YUV | 126.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 5 | 0 | 0.44 | 0.98 | 0.22 | 33.23 | 0.95 | 0.4 |
| Hex | C8 | 71 | 5 | 0 | 2C | 62 | 16 | 21 | 5F | 28 |
| Octal | 310 | 161 | 5 | 0 | 54 | 142 | 26 | 41 | 137 | 50 |
| Binary | 11001000 | 1110001 | 101 | 0 | 101100 | 1100010 | 10110 | 100001 | 1011111 | 101000 |
Color Harmonies of #C87105
Complementary color
Monochromatic Colors of #C87105
Black with #C87105
Text Example
Text Example
White with #C87105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87105; }
p { color: rgb(200,113,5); }
H1.HeaderClassName
{
color: #C87105;
}
.AnyTagClassName
{
color: #C87105;
}
</style>
background-color css
<style>
a { background-color: #C87105; }
a { background-color: rgb(200,113,5); }
div.DivClassName
{
background-color: #C87105;
}
.BgClassName
{
background-color: #C87105;
}
</style>
border-color css
<style>
span { border-color: #C87105; }
span { border-color: rgb(200,113,5); }
td.TdClassName
{
border-color: #C87105;
}
.TagClassName
{
border-color: #C87105;
}
</style>