Shades of Tenne (Tawny) #C25705
Tints of Tenne (Tawny) #C25705
RGB
CMYK
RGB Variations
Color information
#C25705 (or 0xC25705) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 05. RGB value is (194,87,5). Sum of RGB (Red+Green+Blue) = 194+87+5=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C25705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25705 is #3DA8FA. Grayscale: #6E6E6E. Windows color (decimal): -4040955 or 350146. OLE color: 350146.
HSL color Cylindrical-coordinate representation of color #C25705: hue angle of 26.03º 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 #C25705 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.24 |
| HSL | 26.03º | 0.95% | 0.39% | - |
| HSV(B) | 26.03º | 0.97% | 0.76% | - |
| XYZ | 25.68 | 18.3 | 2.32 | - |
| YUV | 109.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 5 | 0 | 0.55 | 0.97 | 0.24 | 26.03 | 0.95 | 0.39 |
| Hex | C2 | 57 | 5 | 0 | 37 | 61 | 18 | 1A | 5F | 27 |
| Octal | 302 | 127 | 5 | 0 | 67 | 141 | 30 | 32 | 137 | 47 |
| Binary | 11000010 | 1010111 | 101 | 0 | 110111 | 1100001 | 11000 | 11010 | 1011111 | 100111 |
Color Harmonies of #C25705
Complementary color
Monochromatic Colors of #C25705
Black with #C25705
Text Example
Text Example
White with #C25705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25705; }
p { color: rgb(194,87,5); }
H1.HeaderClassName
{
color: #C25705;
}
.AnyTagClassName
{
color: #C25705;
}
</style>
background-color css
<style>
a { background-color: #C25705; }
a { background-color: rgb(194,87,5); }
div.DivClassName
{
background-color: #C25705;
}
.BgClassName
{
background-color: #C25705;
}
</style>
border-color css
<style>
span { border-color: #C25705; }
span { border-color: rgb(194,87,5); }
td.TdClassName
{
border-color: #C25705;
}
.TagClassName
{
border-color: #C25705;
}
</style>