Shades of Tenne (Tawny) #C25205
Tints of Tenne (Tawny) #C25205
RGB
CMYK
RGB Variations
Color information
#C25205 (or 0xC25205) is known color: Tenne (Tawny). HEX triplet: C2, 52 and 05. RGB value is (194,82,5). Sum of RGB (Red+Green+Blue) = 194+82+5=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C25205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25205 is #3DADFA. Grayscale: #6B6B6B. Windows color (decimal): -4042235 or 348866. OLE color: 348866.
HSL color Cylindrical-coordinate representation of color #C25205: hue angle of 24.44º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C25205 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.24 |
| HSL | 24.44º | 0.95% | 0.39% | - |
| HSV(B) | 24.44º | 0.97% | 0.76% | - |
| XYZ | 25.29 | 17.51 | 2.19 | - |
| YUV | 106.71 | 70.61 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 5 | 0 | 0.58 | 0.97 | 0.24 | 24.44 | 0.95 | 0.39 |
| Hex | C2 | 52 | 5 | 0 | 3A | 61 | 18 | 18 | 5F | 27 |
| Octal | 302 | 122 | 5 | 0 | 72 | 141 | 30 | 30 | 137 | 47 |
| Binary | 11000010 | 1010010 | 101 | 0 | 111010 | 1100001 | 11000 | 11000 | 1011111 | 100111 |
Color Harmonies of #C25205
Complementary color
Monochromatic Colors of #C25205
Black with #C25205
Text Example
Text Example
White with #C25205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25205; }
p { color: rgb(194,82,5); }
H1.HeaderClassName
{
color: #C25205;
}
.AnyTagClassName
{
color: #C25205;
}
</style>
background-color css
<style>
a { background-color: #C25205; }
a { background-color: rgb(194,82,5); }
div.DivClassName
{
background-color: #C25205;
}
.BgClassName
{
background-color: #C25205;
}
</style>
border-color css
<style>
span { border-color: #C25205; }
span { border-color: rgb(194,82,5); }
td.TdClassName
{
border-color: #C25205;
}
.TagClassName
{
border-color: #C25205;
}
</style>