Shades of Tenne (Tawny) #C55502
Tints of Tenne (Tawny) #C55502
RGB
CMYK
RGB Variations
Color information
#C55502 (or 0xC55502) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 02. RGB value is (197,85,2). Sum of RGB (Red+Green+Blue) = 197+85+2=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C55502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55502 is #3AAAFD. Grayscale: #6D6D6D. Windows color (decimal): -3844862 or 153029. OLE color: 153029.
HSL color Cylindrical-coordinate representation of color #C55502: hue angle of 25.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C55502 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.23 |
| HSL | 25.54º | 0.98% | 0.39% | - |
| HSV(B) | 25.54º | 0.99% | 0.77% | - |
| XYZ | 26.29 | 18.37 | 2.22 | - |
| YUV | 109.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 2 | 0 | 0.57 | 0.99 | 0.23 | 25.54 | 0.98 | 0.39 |
| Hex | C5 | 55 | 2 | 0 | 39 | 63 | 17 | 1A | 62 | 27 |
| Octal | 305 | 125 | 2 | 0 | 71 | 143 | 27 | 32 | 142 | 47 |
| Binary | 11000101 | 1010101 | 10 | 0 | 111001 | 1100011 | 10111 | 11010 | 1100010 | 100111 |
Color Harmonies of #C55502
Complementary color
Monochromatic Colors of #C55502
Black with #C55502
Text Example
Text Example
White with #C55502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55502; }
p { color: rgb(197,85,2); }
H1.HeaderClassName
{
color: #C55502;
}
.AnyTagClassName
{
color: #C55502;
}
</style>
background-color css
<style>
a { background-color: #C55502; }
a { background-color: rgb(197,85,2); }
div.DivClassName
{
background-color: #C55502;
}
.BgClassName
{
background-color: #C55502;
}
</style>
border-color css
<style>
span { border-color: #C55502; }
span { border-color: rgb(197,85,2); }
td.TdClassName
{
border-color: #C55502;
}
.TagClassName
{
border-color: #C55502;
}
</style>