Shades of Tenne (Tawny) #C55702
Tints of Tenne (Tawny) #C55702
RGB
CMYK
RGB Variations
Color information
#C55702 (or 0xC55702) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 02. RGB value is (197,87,2). Sum of RGB (Red+Green+Blue) = 197+87+2=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C55702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55702 is #3AA8FD. Grayscale: #6E6E6E. Windows color (decimal): -3844350 or 153541. OLE color: 153541.
HSL color Cylindrical-coordinate representation of color #C55702: hue angle of 26.15º 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 #C55702 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.23 |
| HSL | 26.15º | 0.98% | 0.39% | - |
| HSV(B) | 26.15º | 0.99% | 0.77% | - |
| XYZ | 26.45 | 18.69 | 2.27 | - |
| YUV | 110.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 2 | 0 | 0.56 | 0.99 | 0.23 | 26.15 | 0.98 | 0.39 |
| Hex | C5 | 57 | 2 | 0 | 38 | 63 | 17 | 1A | 62 | 27 |
| Octal | 305 | 127 | 2 | 0 | 70 | 143 | 27 | 32 | 142 | 47 |
| Binary | 11000101 | 1010111 | 10 | 0 | 111000 | 1100011 | 10111 | 11010 | 1100010 | 100111 |
Color Harmonies of #C55702
Complementary color
Monochromatic Colors of #C55702
Black with #C55702
Text Example
Text Example
White with #C55702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55702; }
p { color: rgb(197,87,2); }
H1.HeaderClassName
{
color: #C55702;
}
.AnyTagClassName
{
color: #C55702;
}
</style>
background-color css
<style>
a { background-color: #C55702; }
a { background-color: rgb(197,87,2); }
div.DivClassName
{
background-color: #C55702;
}
.BgClassName
{
background-color: #C55702;
}
</style>
border-color css
<style>
span { border-color: #C55702; }
span { border-color: rgb(197,87,2); }
td.TdClassName
{
border-color: #C55702;
}
.TagClassName
{
border-color: #C55702;
}
</style>