Shades of Tenne (Tawny) #C25B13
Tints of Tenne (Tawny) #C25B13
RGB
CMYK
RGB Variations
Color information
#C25B13 (or 0xC25B13) is known color: Tenne (Tawny). HEX triplet: C2, 5B and 13. RGB value is (194,91,19). Sum of RGB (Red+Green+Blue) = 194+91+19=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25B13 is #3DA4EC. Grayscale: #717171. Windows color (decimal): -4039917 or 1268674. OLE color: 1268674.
HSL color Cylindrical-coordinate representation of color #C25B13: hue angle of 24.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25B13 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 19 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.24 |
| HSL | 24.69º | 0.82% | 0.42% | - |
| HSV(B) | 24.69º | 0.9% | 0.76% | - |
| XYZ | 26.11 | 19 | 2.91 | - |
| YUV | 113.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 19 | 0 | 0.53 | 0.90 | 0.24 | 24.69 | 0.82 | 0.42 |
| Hex | C2 | 5B | 13 | 0 | 35 | 5A | 18 | 19 | 52 | 2A |
| Octal | 302 | 133 | 23 | 0 | 65 | 132 | 30 | 31 | 122 | 52 |
| Binary | 11000010 | 1011011 | 10011 | 0 | 110101 | 1011010 | 11000 | 11001 | 1010010 | 101010 |
Color Harmonies of #C25B13
Complementary color
Monochromatic Colors of #C25B13
Black with #C25B13
Text Example
Text Example
White with #C25B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B13; }
p { color: rgb(194,91,19); }
H1.HeaderClassName
{
color: #C25B13;
}
.AnyTagClassName
{
color: #C25B13;
}
</style>
background-color css
<style>
a { background-color: #C25B13; }
a { background-color: rgb(194,91,19); }
div.DivClassName
{
background-color: #C25B13;
}
.BgClassName
{
background-color: #C25B13;
}
</style>
border-color css
<style>
span { border-color: #C25B13; }
span { border-color: rgb(194,91,19); }
td.TdClassName
{
border-color: #C25B13;
}
.TagClassName
{
border-color: #C25B13;
}
</style>