Shades of Tenne (Tawny) #C25D11
Tints of Tenne (Tawny) #C25D11
RGB
CMYK
RGB Variations
Color information
#C25D11 (or 0xC25D11) is known color: Tenne (Tawny). HEX triplet: C2, 5D and 11. RGB value is (194,93,17). Sum of RGB (Red+Green+Blue) = 194+93+17=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D11 is #3DA2EE. Grayscale: #727272. Windows color (decimal): -4039407 or 1138114. OLE color: 1138114.
HSL color Cylindrical-coordinate representation of color #C25D11: hue angle of 25.76º 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 #C25D11 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 17 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.24 |
| HSL | 25.76º | 0.84% | 0.41% | - |
| HSV(B) | 25.76º | 0.91% | 0.76% | - |
| XYZ | 26.26 | 19.34 | 2.88 | - |
| YUV | 114.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 17 | 0 | 0.52 | 0.91 | 0.24 | 25.76 | 0.84 | 0.41 |
| Hex | C2 | 5D | 11 | 0 | 34 | 5B | 18 | 1A | 54 | 29 |
| Octal | 302 | 135 | 21 | 0 | 64 | 133 | 30 | 32 | 124 | 51 |
| Binary | 11000010 | 1011101 | 10001 | 0 | 110100 | 1011011 | 11000 | 11010 | 1010100 | 101001 |
Color Harmonies of #C25D11
Complementary color
Monochromatic Colors of #C25D11
Black with #C25D11
Text Example
Text Example
White with #C25D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D11; }
p { color: rgb(194,93,17); }
H1.HeaderClassName
{
color: #C25D11;
}
.AnyTagClassName
{
color: #C25D11;
}
</style>
background-color css
<style>
a { background-color: #C25D11; }
a { background-color: rgb(194,93,17); }
div.DivClassName
{
background-color: #C25D11;
}
.BgClassName
{
background-color: #C25D11;
}
</style>
border-color css
<style>
span { border-color: #C25D11; }
span { border-color: rgb(194,93,17); }
td.TdClassName
{
border-color: #C25D11;
}
.TagClassName
{
border-color: #C25D11;
}
</style>