Shades of Tenne (Tawny) #C25E08
Tints of Tenne (Tawny) #C25E08
RGB
CMYK
RGB Variations
Color information
#C25E08 (or 0xC25E08) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 08. RGB value is (194,94,8). Sum of RGB (Red+Green+Blue) = 194+94+8=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E08 is #3DA1F7. Grayscale: #727272. Windows color (decimal): -4039160 or 548546. OLE color: 548546.
HSL color Cylindrical-coordinate representation of color #C25E08: hue angle of 27.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C25E08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.24 |
| HSL | 27.74º | 0.92% | 0.4% | - |
| HSV(B) | 27.74º | 0.96% | 0.76% | - |
| XYZ | 26.29 | 19.49 | 2.61 | - |
| YUV | 114.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 8 | 0 | 0.52 | 0.96 | 0.24 | 27.74 | 0.92 | 0.4 |
| Hex | C2 | 5E | 8 | 0 | 34 | 60 | 18 | 1C | 5C | 28 |
| Octal | 302 | 136 | 10 | 0 | 64 | 140 | 30 | 34 | 134 | 50 |
| Binary | 11000010 | 1011110 | 1000 | 0 | 110100 | 1100000 | 11000 | 11100 | 1011100 | 101000 |
Color Harmonies of #C25E08
Complementary color
Monochromatic Colors of #C25E08
Black with #C25E08
Text Example
Text Example
White with #C25E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E08; }
p { color: rgb(194,94,8); }
H1.HeaderClassName
{
color: #C25E08;
}
.AnyTagClassName
{
color: #C25E08;
}
</style>
background-color css
<style>
a { background-color: #C25E08; }
a { background-color: rgb(194,94,8); }
div.DivClassName
{
background-color: #C25E08;
}
.BgClassName
{
background-color: #C25E08;
}
</style>
border-color css
<style>
span { border-color: #C25E08; }
span { border-color: rgb(194,94,8); }
td.TdClassName
{
border-color: #C25E08;
}
.TagClassName
{
border-color: #C25E08;
}
</style>