Shades of Tenne (Tawny) #C25811
Tints of Tenne (Tawny) #C25811
RGB
CMYK
RGB Variations
Color information
#C25811 (or 0xC25811) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 11. RGB value is (194,88,17). Sum of RGB (Red+Green+Blue) = 194+88+17=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25811 is #3DA7EE. Grayscale: #6F6F6F. Windows color (decimal): -4040687 or 1136834. OLE color: 1136834.
HSL color Cylindrical-coordinate representation of color #C25811: hue angle of 24.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C25811 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 17 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.24 |
| HSL | 24.07º | 0.84% | 0.41% | - |
| HSV(B) | 24.07º | 0.91% | 0.76% | - |
| XYZ | 25.84 | 18.49 | 2.74 | - |
| YUV | 111.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 17 | 0 | 0.55 | 0.91 | 0.24 | 24.07 | 0.84 | 0.41 |
| Hex | C2 | 58 | 11 | 0 | 37 | 5B | 18 | 18 | 54 | 29 |
| Octal | 302 | 130 | 21 | 0 | 67 | 133 | 30 | 30 | 124 | 51 |
| Binary | 11000010 | 1011000 | 10001 | 0 | 110111 | 1011011 | 11000 | 11000 | 1010100 | 101001 |
Color Harmonies of #C25811
Complementary color
Monochromatic Colors of #C25811
Black with #C25811
Text Example
Text Example
White with #C25811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25811; }
p { color: rgb(194,88,17); }
H1.HeaderClassName
{
color: #C25811;
}
.AnyTagClassName
{
color: #C25811;
}
</style>
background-color css
<style>
a { background-color: #C25811; }
a { background-color: rgb(194,88,17); }
div.DivClassName
{
background-color: #C25811;
}
.BgClassName
{
background-color: #C25811;
}
</style>
border-color css
<style>
span { border-color: #C25811; }
span { border-color: rgb(194,88,17); }
td.TdClassName
{
border-color: #C25811;
}
.TagClassName
{
border-color: #C25811;
}
</style>