Shades of Tenne (Tawny) #C85C0F
Tints of Tenne (Tawny) #C85C0F
RGB
CMYK
RGB Variations
Color information
#C85C0F (or 0xC85C0F) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 0F. RGB value is (200,92,15). Sum of RGB (Red+Green+Blue) = 200+92+15=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C0F is #37A3F0. Grayscale: #737373. Windows color (decimal): -3646449 or 1006792. OLE color: 1006792.
HSL color Cylindrical-coordinate representation of color #C85C0F: hue angle of 24.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C85C0F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.22 |
| HSL | 24.97º | 0.86% | 0.42% | - |
| HSV(B) | 24.97º | 0.93% | 0.78% | - |
| XYZ | 27.73 | 19.97 | 2.84 | - |
| YUV | 115.51 | 71.28 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 15 | 0 | 0.54 | 0.92 | 0.22 | 24.97 | 0.86 | 0.42 |
| Hex | C8 | 5C | F | 0 | 36 | 5C | 16 | 19 | 56 | 2A |
| Octal | 310 | 134 | 17 | 0 | 66 | 134 | 26 | 31 | 126 | 52 |
| Binary | 11001000 | 1011100 | 1111 | 0 | 110110 | 1011100 | 10110 | 11001 | 1010110 | 101010 |
Color Harmonies of #C85C0F
Complementary color
Monochromatic Colors of #C85C0F
Black with #C85C0F
Text Example
Text Example
White with #C85C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C0F; }
p { color: rgb(200,92,15); }
H1.HeaderClassName
{
color: #C85C0F;
}
.AnyTagClassName
{
color: #C85C0F;
}
</style>
background-color css
<style>
a { background-color: #C85C0F; }
a { background-color: rgb(200,92,15); }
div.DivClassName
{
background-color: #C85C0F;
}
.BgClassName
{
background-color: #C85C0F;
}
</style>
border-color css
<style>
span { border-color: #C85C0F; }
span { border-color: rgb(200,92,15); }
td.TdClassName
{
border-color: #C85C0F;
}
.TagClassName
{
border-color: #C85C0F;
}
</style>