Shades of Tenne (Tawny) #C85D10
Tints of Tenne (Tawny) #C85D10
RGB
CMYK
RGB Variations
Color information
#C85D10 (or 0xC85D10) is known color: Tenne (Tawny). HEX triplet: C8, 5D and 10. RGB value is (200,93,16). Sum of RGB (Red+Green+Blue) = 200+93+16=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D10 is #37A2EF. Grayscale: #747474. Windows color (decimal): -3646192 or 1072584. OLE color: 1072584.
HSL color Cylindrical-coordinate representation of color #C85D10: hue angle of 25.11º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85D10 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.22 |
| HSL | 25.11º | 0.85% | 0.42% | - |
| HSV(B) | 25.11º | 0.92% | 0.78% | - |
| XYZ | 27.83 | 20.15 | 2.91 | - |
| YUV | 116.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 16 | 0 | 0.54 | 0.92 | 0.22 | 25.11 | 0.85 | 0.42 |
| Hex | C8 | 5D | 10 | 0 | 36 | 5C | 16 | 19 | 55 | 2A |
| Octal | 310 | 135 | 20 | 0 | 66 | 134 | 26 | 31 | 125 | 52 |
| Binary | 11001000 | 1011101 | 10000 | 0 | 110110 | 1011100 | 10110 | 11001 | 1010101 | 101010 |
Color Harmonies of #C85D10
Complementary color
Monochromatic Colors of #C85D10
Black with #C85D10
Text Example
Text Example
White with #C85D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D10; }
p { color: rgb(200,93,16); }
H1.HeaderClassName
{
color: #C85D10;
}
.AnyTagClassName
{
color: #C85D10;
}
</style>
background-color css
<style>
a { background-color: #C85D10; }
a { background-color: rgb(200,93,16); }
div.DivClassName
{
background-color: #C85D10;
}
.BgClassName
{
background-color: #C85D10;
}
</style>
border-color css
<style>
span { border-color: #C85D10; }
span { border-color: rgb(200,93,16); }
td.TdClassName
{
border-color: #C85D10;
}
.TagClassName
{
border-color: #C85D10;
}
</style>