Shades of Tenne (Tawny) #C85C0D
Tints of Tenne (Tawny) #C85C0D
RGB
CMYK
RGB Variations
Color information
#C85C0D (or 0xC85C0D) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 0D. RGB value is (200,92,13). Sum of RGB (Red+Green+Blue) = 200+92+13=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C0D is #37A3F2. Grayscale: #737373. Windows color (decimal): -3646451 or 875720. OLE color: 875720.
HSL color Cylindrical-coordinate representation of color #C85C0D: hue angle of 25.35º degrees, saturation: 0.88, 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 #C85C0D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.22 |
| HSL | 25.35º | 0.88% | 0.42% | - |
| HSV(B) | 25.35º | 0.94% | 0.78% | - |
| XYZ | 27.72 | 19.96 | 2.77 | - |
| YUV | 115.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 13 | 0 | 0.54 | 0.94 | 0.22 | 25.35 | 0.88 | 0.42 |
| Hex | C8 | 5C | D | 0 | 36 | 5E | 16 | 19 | 58 | 2A |
| Octal | 310 | 134 | 15 | 0 | 66 | 136 | 26 | 31 | 130 | 52 |
| Binary | 11001000 | 1011100 | 1101 | 0 | 110110 | 1011110 | 10110 | 11001 | 1011000 | 101010 |
Color Harmonies of #C85C0D
Complementary color
Monochromatic Colors of #C85C0D
Black with #C85C0D
Text Example
Text Example
White with #C85C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C0D; }
p { color: rgb(200,92,13); }
H1.HeaderClassName
{
color: #C85C0D;
}
.AnyTagClassName
{
color: #C85C0D;
}
</style>
background-color css
<style>
a { background-color: #C85C0D; }
a { background-color: rgb(200,92,13); }
div.DivClassName
{
background-color: #C85C0D;
}
.BgClassName
{
background-color: #C85C0D;
}
</style>
border-color css
<style>
span { border-color: #C85C0D; }
span { border-color: rgb(200,92,13); }
td.TdClassName
{
border-color: #C85C0D;
}
.TagClassName
{
border-color: #C85C0D;
}
</style>