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