Shades of Tenne (Tawny) #C25502
Tints of Tenne (Tawny) #C25502
RGB
CMYK
RGB Variations
Color information
#C25502 (or 0xC25502) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 02. RGB value is (194,85,2). Sum of RGB (Red+Green+Blue) = 194+85+2=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C25502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25502 is #3DAAFD. Grayscale: #6C6C6C. Windows color (decimal): -4041470 or 153026. OLE color: 153026.
HSL color Cylindrical-coordinate representation of color #C25502: hue angle of 25.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C25502 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.24 |
| HSL | 25.94º | 0.98% | 0.38% | - |
| HSV(B) | 25.94º | 0.99% | 0.76% | - |
| XYZ | 25.51 | 17.97 | 2.18 | - |
| YUV | 108.13 | 68.11 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 2 | 0 | 0.56 | 0.99 | 0.24 | 25.94 | 0.98 | 0.38 |
| Hex | C2 | 55 | 2 | 0 | 38 | 63 | 18 | 1A | 62 | 26 |
| Octal | 302 | 125 | 2 | 0 | 70 | 143 | 30 | 32 | 142 | 46 |
| Binary | 11000010 | 1010101 | 10 | 0 | 111000 | 1100011 | 11000 | 11010 | 1100010 | 100110 |
Color Harmonies of #C25502
Complementary color
Monochromatic Colors of #C25502
Black with #C25502
Text Example
Text Example
White with #C25502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25502; }
p { color: rgb(194,85,2); }
H1.HeaderClassName
{
color: #C25502;
}
.AnyTagClassName
{
color: #C25502;
}
</style>
background-color css
<style>
a { background-color: #C25502; }
a { background-color: rgb(194,85,2); }
div.DivClassName
{
background-color: #C25502;
}
.BgClassName
{
background-color: #C25502;
}
</style>
border-color css
<style>
span { border-color: #C25502; }
span { border-color: rgb(194,85,2); }
td.TdClassName
{
border-color: #C25502;
}
.TagClassName
{
border-color: #C25502;
}
</style>