Shades of Tenne (Tawny) #C85F0C
Tints of Tenne (Tawny) #C85F0C
RGB
CMYK
RGB Variations
Color information
#C85F0C (or 0xC85F0C) is known color: Tenne (Tawny). HEX triplet: C8, 5F and 0C. RGB value is (200,95,12). Sum of RGB (Red+Green+Blue) = 200+95+12=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85F0C is #37A0F3. Grayscale: #757575. Windows color (decimal): -3645684 or 810952. OLE color: 810952.
HSL color Cylindrical-coordinate representation of color #C85F0C: hue angle of 26.49º 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 #C85F0C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.22 |
| HSL | 26.49º | 0.89% | 0.42% | - |
| HSV(B) | 26.49º | 0.94% | 0.78% | - |
| XYZ | 27.98 | 20.49 | 2.83 | - |
| YUV | 116.93 | 68.79 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 12 | 0 | 0.52 | 0.94 | 0.22 | 26.49 | 0.89 | 0.42 |
| Hex | C8 | 5F | C | 0 | 34 | 5E | 16 | 1A | 59 | 2A |
| Octal | 310 | 137 | 14 | 0 | 64 | 136 | 26 | 32 | 131 | 52 |
| Binary | 11001000 | 1011111 | 1100 | 0 | 110100 | 1011110 | 10110 | 11010 | 1011001 | 101010 |
Color Harmonies of #C85F0C
Complementary color
Monochromatic Colors of #C85F0C
Black with #C85F0C
Text Example
Text Example
White with #C85F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F0C; }
p { color: rgb(200,95,12); }
H1.HeaderClassName
{
color: #C85F0C;
}
.AnyTagClassName
{
color: #C85F0C;
}
</style>
background-color css
<style>
a { background-color: #C85F0C; }
a { background-color: rgb(200,95,12); }
div.DivClassName
{
background-color: #C85F0C;
}
.BgClassName
{
background-color: #C85F0C;
}
</style>
border-color css
<style>
span { border-color: #C85F0C; }
span { border-color: rgb(200,95,12); }
td.TdClassName
{
border-color: #C85F0C;
}
.TagClassName
{
border-color: #C85F0C;
}
</style>