Shades of Tenne (Tawny) #C25D10
Tints of Tenne (Tawny) #C25D10
RGB
CMYK
RGB Variations
Color information
#C25D10 (or 0xC25D10) is known color: Tenne (Tawny). HEX triplet: C2, 5D and 10. RGB value is (194,93,16). Sum of RGB (Red+Green+Blue) = 194+93+16=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D10 is #3DA2EF. Grayscale: #727272. Windows color (decimal): -4039408 or 1072578. OLE color: 1072578.
HSL color Cylindrical-coordinate representation of color #C25D10: hue angle of 25.96º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C25D10 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.24 |
| HSL | 25.96º | 0.85% | 0.41% | - |
| HSV(B) | 25.96º | 0.92% | 0.76% | - |
| XYZ | 26.26 | 19.34 | 2.84 | - |
| YUV | 114.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 16 | 0 | 0.52 | 0.92 | 0.24 | 25.96 | 0.85 | 0.41 |
| Hex | C2 | 5D | 10 | 0 | 34 | 5C | 18 | 1A | 55 | 29 |
| Octal | 302 | 135 | 20 | 0 | 64 | 134 | 30 | 32 | 125 | 51 |
| Binary | 11000010 | 1011101 | 10000 | 0 | 110100 | 1011100 | 11000 | 11010 | 1010101 | 101001 |
Color Harmonies of #C25D10
Complementary color
Monochromatic Colors of #C25D10
Black with #C25D10
Text Example
Text Example
White with #C25D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D10; }
p { color: rgb(194,93,16); }
H1.HeaderClassName
{
color: #C25D10;
}
.AnyTagClassName
{
color: #C25D10;
}
</style>
background-color css
<style>
a { background-color: #C25D10; }
a { background-color: rgb(194,93,16); }
div.DivClassName
{
background-color: #C25D10;
}
.BgClassName
{
background-color: #C25D10;
}
</style>
border-color css
<style>
span { border-color: #C25D10; }
span { border-color: rgb(194,93,16); }
td.TdClassName
{
border-color: #C25D10;
}
.TagClassName
{
border-color: #C25D10;
}
</style>