Shades of Tenne (Tawny) #C3560E
Tints of Tenne (Tawny) #C3560E
RGB
CMYK
RGB Variations
Color information
#C3560E (or 0xC3560E) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 0E. RGB value is (195,86,14). Sum of RGB (Red+Green+Blue) = 195+86+14=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3560E is #3CA9F1. Grayscale: #6E6E6E. Windows color (decimal): -3975666 or 939715. OLE color: 939715.
HSL color Cylindrical-coordinate representation of color #C3560E: hue angle of 23.87º 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 #C3560E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.24 |
| HSL | 23.87º | 0.87% | 0.41% | - |
| HSV(B) | 23.87º | 0.93% | 0.76% | - |
| XYZ | 25.91 | 18.29 | 2.58 | - |
| YUV | 110.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 14 | 0 | 0.56 | 0.93 | 0.24 | 23.87 | 0.87 | 0.41 |
| Hex | C3 | 56 | E | 0 | 38 | 5D | 18 | 18 | 57 | 29 |
| Octal | 303 | 126 | 16 | 0 | 70 | 135 | 30 | 30 | 127 | 51 |
| Binary | 11000011 | 1010110 | 1110 | 0 | 111000 | 1011101 | 11000 | 11000 | 1010111 | 101001 |
Color Harmonies of #C3560E
Complementary color
Monochromatic Colors of #C3560E
Black with #C3560E
Text Example
Text Example
White with #C3560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3560E; }
p { color: rgb(195,86,14); }
H1.HeaderClassName
{
color: #C3560E;
}
.AnyTagClassName
{
color: #C3560E;
}
</style>
background-color css
<style>
a { background-color: #C3560E; }
a { background-color: rgb(195,86,14); }
div.DivClassName
{
background-color: #C3560E;
}
.BgClassName
{
background-color: #C3560E;
}
</style>
border-color css
<style>
span { border-color: #C3560E; }
span { border-color: rgb(195,86,14); }
td.TdClassName
{
border-color: #C3560E;
}
.TagClassName
{
border-color: #C3560E;
}
</style>