Shades of Tenne (Tawny) #C85B0C
Tints of Tenne (Tawny) #C85B0C
RGB
CMYK
RGB Variations
Color information
#C85B0C (or 0xC85B0C) is known color: Tenne (Tawny). HEX triplet: C8, 5B and 0C. RGB value is (200,91,12). Sum of RGB (Red+Green+Blue) = 200+91+12=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B0C is #37A4F3. Grayscale: #737373. Windows color (decimal): -3646708 or 809928. OLE color: 809928.
HSL color Cylindrical-coordinate representation of color #C85B0C: hue angle of 25.21º 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 #C85B0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.22 |
| HSL | 25.21º | 0.89% | 0.42% | - |
| HSV(B) | 25.21º | 0.94% | 0.78% | - |
| XYZ | 27.63 | 19.79 | 2.71 | - |
| YUV | 114.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 12 | 0 | 0.54 | 0.94 | 0.22 | 25.21 | 0.89 | 0.42 |
| Hex | C8 | 5B | C | 0 | 36 | 5E | 16 | 19 | 59 | 2A |
| Octal | 310 | 133 | 14 | 0 | 66 | 136 | 26 | 31 | 131 | 52 |
| Binary | 11001000 | 1011011 | 1100 | 0 | 110110 | 1011110 | 10110 | 11001 | 1011001 | 101010 |
Color Harmonies of #C85B0C
Complementary color
Monochromatic Colors of #C85B0C
Black with #C85B0C
Text Example
Text Example
White with #C85B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B0C; }
p { color: rgb(200,91,12); }
H1.HeaderClassName
{
color: #C85B0C;
}
.AnyTagClassName
{
color: #C85B0C;
}
</style>
background-color css
<style>
a { background-color: #C85B0C; }
a { background-color: rgb(200,91,12); }
div.DivClassName
{
background-color: #C85B0C;
}
.BgClassName
{
background-color: #C85B0C;
}
</style>
border-color css
<style>
span { border-color: #C85B0C; }
span { border-color: rgb(200,91,12); }
td.TdClassName
{
border-color: #C85B0C;
}
.TagClassName
{
border-color: #C85B0C;
}
</style>