Shades of Tenne (Tawny) #C85103
Tints of Tenne (Tawny) #C85103
RGB
CMYK
RGB Variations
Color information
#C85103 (or 0xC85103) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 03. RGB value is (200,81,3). Sum of RGB (Red+Green+Blue) = 200+81+3=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C85103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85103 is #37AEFC. Grayscale: #6C6C6C. Windows color (decimal): -3649277 or 217544. OLE color: 217544.
HSL color Cylindrical-coordinate representation of color #C85103: hue angle of 23.76º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C85103 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.22 |
| HSL | 23.76º | 0.97% | 0.4% | - |
| HSV(B) | 23.76º | 0.99% | 0.78% | - |
| XYZ | 26.78 | 18.17 | 2.18 | - |
| YUV | 107.69 | 68.92 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 3 | 0 | 0.59 | 0.98 | 0.22 | 23.76 | 0.97 | 0.4 |
| Hex | C8 | 51 | 3 | 0 | 3B | 62 | 16 | 18 | 61 | 28 |
| Octal | 310 | 121 | 3 | 0 | 73 | 142 | 26 | 30 | 141 | 50 |
| Binary | 11001000 | 1010001 | 11 | 0 | 111011 | 1100010 | 10110 | 11000 | 1100001 | 101000 |
Color Harmonies of #C85103
Complementary color
Monochromatic Colors of #C85103
Black with #C85103
Text Example
Text Example
White with #C85103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85103; }
p { color: rgb(200,81,3); }
H1.HeaderClassName
{
color: #C85103;
}
.AnyTagClassName
{
color: #C85103;
}
</style>
background-color css
<style>
a { background-color: #C85103; }
a { background-color: rgb(200,81,3); }
div.DivClassName
{
background-color: #C85103;
}
.BgClassName
{
background-color: #C85103;
}
</style>
border-color css
<style>
span { border-color: #C85103; }
span { border-color: rgb(200,81,3); }
td.TdClassName
{
border-color: #C85103;
}
.TagClassName
{
border-color: #C85103;
}
</style>