Shades of Tenne (Tawny) #C85100
Tints of Tenne (Tawny) #C85100
RGB
CMYK
RGB Variations
Color information
#C85100 (or 0xC85100) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 00. RGB value is (200,81,0). Sum of RGB (Red+Green+Blue) = 200+81+0=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C85100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85100 is #37AEFF. Grayscale: #6B6B6B. Windows color (decimal): -3649280 or 20936. OLE color: 20936.
HSL color Cylindrical-coordinate representation of color #C85100: hue angle of 24.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.22 |
| HSL | 24.3º | 1% | 0.39% | - |
| HSV(B) | 24.3º | 1% | 0.78% | - |
| XYZ | 26.76 | 18.16 | 2.1 | - |
| YUV | 107.35 | 67.42 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 0 | 0 | 0.59 | 1 | 0.22 | 24.3 | 1 | 0.39 |
| Hex | C8 | 51 | 0 | 0 | 3B | 64 | 16 | 18 | 64 | 27 |
| Octal | 310 | 121 | 0 | 0 | 73 | 144 | 26 | 30 | 144 | 47 |
| Binary | 11001000 | 1010001 | 0 | 0 | 111011 | 1100100 | 10110 | 11000 | 1100100 | 100111 |
Color Harmonies of #C85100
Complementary color
Monochromatic Colors of #C85100
Black with #C85100
Text Example
Text Example
White with #C85100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85100; }
p { color: rgb(200,81,0); }
H1.HeaderClassName
{
color: #C85100;
}
.AnyTagClassName
{
color: #C85100;
}
</style>
background-color css
<style>
a { background-color: #C85100; }
a { background-color: rgb(200,81,0); }
div.DivClassName
{
background-color: #C85100;
}
.BgClassName
{
background-color: #C85100;
}
</style>
border-color css
<style>
span { border-color: #C85100; }
span { border-color: rgb(200,81,0); }
td.TdClassName
{
border-color: #C85100;
}
.TagClassName
{
border-color: #C85100;
}
</style>