Shades of Tenne (Tawny) #C25704
Tints of Tenne (Tawny) #C25704
RGB
CMYK
RGB Variations
Color information
#C25704 (or 0xC25704) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 04. RGB value is (194,87,4). Sum of RGB (Red+Green+Blue) = 194+87+4=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C25704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25704 is #3DA8FB. Grayscale: #6D6D6D. Windows color (decimal): -4040956 or 284610. OLE color: 284610.
HSL color Cylindrical-coordinate representation of color #C25704: hue angle of 26.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C25704 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.24 |
| HSL | 26.21º | 0.96% | 0.39% | - |
| HSV(B) | 26.21º | 0.98% | 0.76% | - |
| XYZ | 25.68 | 18.29 | 2.29 | - |
| YUV | 109.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 4 | 0 | 0.55 | 0.98 | 0.24 | 26.21 | 0.96 | 0.39 |
| Hex | C2 | 57 | 4 | 0 | 37 | 62 | 18 | 1A | 60 | 27 |
| Octal | 302 | 127 | 4 | 0 | 67 | 142 | 30 | 32 | 140 | 47 |
| Binary | 11000010 | 1010111 | 100 | 0 | 110111 | 1100010 | 11000 | 11010 | 1100000 | 100111 |
Color Harmonies of #C25704
Complementary color
Monochromatic Colors of #C25704
Black with #C25704
Text Example
Text Example
White with #C25704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25704; }
p { color: rgb(194,87,4); }
H1.HeaderClassName
{
color: #C25704;
}
.AnyTagClassName
{
color: #C25704;
}
</style>
background-color css
<style>
a { background-color: #C25704; }
a { background-color: rgb(194,87,4); }
div.DivClassName
{
background-color: #C25704;
}
.BgClassName
{
background-color: #C25704;
}
</style>
border-color css
<style>
span { border-color: #C25704; }
span { border-color: rgb(194,87,4); }
td.TdClassName
{
border-color: #C25704;
}
.TagClassName
{
border-color: #C25704;
}
</style>