Shades of Tenne (Tawny) #C2560E
Tints of Tenne (Tawny) #C2560E
RGB
CMYK
RGB Variations
Color information
#C2560E (or 0xC2560E) is known color: Tenne (Tawny). HEX triplet: C2, 56 and 0E. RGB value is (194,86,14). Sum of RGB (Red+Green+Blue) = 194+86+14=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2560E is #3DA9F1. Grayscale: #6E6E6E. Windows color (decimal): -4041202 or 939714. OLE color: 939714.
HSL color Cylindrical-coordinate representation of color #C2560E: hue angle of 24º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2560E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.24 |
| HSL | 24º | 0.87% | 0.41% | - |
| HSV(B) | 24º | 0.93% | 0.76% | - |
| XYZ | 25.66 | 18.16 | 2.57 | - |
| YUV | 110.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 14 | 0 | 0.56 | 0.93 | 0.24 | 24 | 0.87 | 0.41 |
| Hex | C2 | 56 | E | 0 | 38 | 5D | 18 | 18 | 57 | 29 |
| Octal | 302 | 126 | 16 | 0 | 70 | 135 | 30 | 30 | 127 | 51 |
| Binary | 11000010 | 1010110 | 1110 | 0 | 111000 | 1011101 | 11000 | 11000 | 1010111 | 101001 |
Color Harmonies of #C2560E
Complementary color
Monochromatic Colors of #C2560E
Black with #C2560E
Text Example
Text Example
White with #C2560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2560E; }
p { color: rgb(194,86,14); }
H1.HeaderClassName
{
color: #C2560E;
}
.AnyTagClassName
{
color: #C2560E;
}
</style>
background-color css
<style>
a { background-color: #C2560E; }
a { background-color: rgb(194,86,14); }
div.DivClassName
{
background-color: #C2560E;
}
.BgClassName
{
background-color: #C2560E;
}
</style>
border-color css
<style>
span { border-color: #C2560E; }
span { border-color: rgb(194,86,14); }
td.TdClassName
{
border-color: #C2560E;
}
.TagClassName
{
border-color: #C2560E;
}
</style>