Shades of Tenne (Tawny) #C25F0E
Tints of Tenne (Tawny) #C25F0E
RGB
CMYK
RGB Variations
Color information
#C25F0E (or 0xC25F0E) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 0E. RGB value is (194,95,14). Sum of RGB (Red+Green+Blue) = 194+95+14=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F0E is #3DA0F1. Grayscale: #737373. Windows color (decimal): -4038898 or 942018. OLE color: 942018.
HSL color Cylindrical-coordinate representation of color #C25F0E: hue angle of 27º 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 #C25F0E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 14 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.24 |
| HSL | 27º | 0.87% | 0.41% | - |
| HSV(B) | 27º | 0.93% | 0.76% | - |
| XYZ | 26.42 | 19.69 | 2.82 | - |
| YUV | 115.37 | 70.8 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 14 | 0 | 0.51 | 0.93 | 0.24 | 27 | 0.87 | 0.41 |
| Hex | C2 | 5F | E | 0 | 33 | 5D | 18 | 1B | 57 | 29 |
| Octal | 302 | 137 | 16 | 0 | 63 | 135 | 30 | 33 | 127 | 51 |
| Binary | 11000010 | 1011111 | 1110 | 0 | 110011 | 1011101 | 11000 | 11011 | 1010111 | 101001 |
Color Harmonies of #C25F0E
Complementary color
Monochromatic Colors of #C25F0E
Black with #C25F0E
Text Example
Text Example
White with #C25F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F0E; }
p { color: rgb(194,95,14); }
H1.HeaderClassName
{
color: #C25F0E;
}
.AnyTagClassName
{
color: #C25F0E;
}
</style>
background-color css
<style>
a { background-color: #C25F0E; }
a { background-color: rgb(194,95,14); }
div.DivClassName
{
background-color: #C25F0E;
}
.BgClassName
{
background-color: #C25F0E;
}
</style>
border-color css
<style>
span { border-color: #C25F0E; }
span { border-color: rgb(194,95,14); }
td.TdClassName
{
border-color: #C25F0E;
}
.TagClassName
{
border-color: #C25F0E;
}
</style>