Shades of Tenne (Tawny) #C25507
Tints of Tenne (Tawny) #C25507
RGB
CMYK
RGB Variations
Color information
#C25507 (or 0xC25507) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 07. RGB value is (194,85,7). Sum of RGB (Red+Green+Blue) = 194+85+7=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C25507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25507 is #3DAAF8. Grayscale: #6D6D6D. Windows color (decimal): -4041465 or 480706. OLE color: 480706.
HSL color Cylindrical-coordinate representation of color #C25507: hue angle of 25.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C25507 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 7 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.24 |
| HSL | 25.03º | 0.93% | 0.39% | - |
| HSV(B) | 25.03º | 0.96% | 0.76% | - |
| XYZ | 25.53 | 17.98 | 2.33 | - |
| YUV | 108.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 7 | 0 | 0.56 | 0.96 | 0.24 | 25.03 | 0.93 | 0.39 |
| Hex | C2 | 55 | 7 | 0 | 38 | 60 | 18 | 19 | 5D | 27 |
| Octal | 302 | 125 | 7 | 0 | 70 | 140 | 30 | 31 | 135 | 47 |
| Binary | 11000010 | 1010101 | 111 | 0 | 111000 | 1100000 | 11000 | 11001 | 1011101 | 100111 |
Color Harmonies of #C25507
Complementary color
Monochromatic Colors of #C25507
Black with #C25507
Text Example
Text Example
White with #C25507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25507; }
p { color: rgb(194,85,7); }
H1.HeaderClassName
{
color: #C25507;
}
.AnyTagClassName
{
color: #C25507;
}
</style>
background-color css
<style>
a { background-color: #C25507; }
a { background-color: rgb(194,85,7); }
div.DivClassName
{
background-color: #C25507;
}
.BgClassName
{
background-color: #C25507;
}
</style>
border-color css
<style>
span { border-color: #C25507; }
span { border-color: rgb(194,85,7); }
td.TdClassName
{
border-color: #C25507;
}
.TagClassName
{
border-color: #C25507;
}
</style>