Shades of Tenne (Tawny) #C55302
Tints of Tenne (Tawny) #C55302
RGB
CMYK
RGB Variations
Color information
#C55302 (or 0xC55302) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 02. RGB value is (197,83,2). Sum of RGB (Red+Green+Blue) = 197+83+2=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C55302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55302 is #3AACFD. Grayscale: #6C6C6C. Windows color (decimal): -3845374 or 152517. OLE color: 152517.
HSL color Cylindrical-coordinate representation of color #C55302: hue angle of 24.92º 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 #C55302 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.23 |
| HSL | 24.92º | 0.98% | 0.39% | - |
| HSV(B) | 24.92º | 0.99% | 0.77% | - |
| XYZ | 26.13 | 18.06 | 2.17 | - |
| YUV | 107.85 | 68.27 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 2 | 0 | 0.58 | 0.99 | 0.23 | 24.92 | 0.98 | 0.39 |
| Hex | C5 | 53 | 2 | 0 | 3A | 63 | 17 | 19 | 62 | 27 |
| Octal | 305 | 123 | 2 | 0 | 72 | 143 | 27 | 31 | 142 | 47 |
| Binary | 11000101 | 1010011 | 10 | 0 | 111010 | 1100011 | 10111 | 11001 | 1100010 | 100111 |
Color Harmonies of #C55302
Complementary color
Monochromatic Colors of #C55302
Black with #C55302
Text Example
Text Example
White with #C55302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55302; }
p { color: rgb(197,83,2); }
H1.HeaderClassName
{
color: #C55302;
}
.AnyTagClassName
{
color: #C55302;
}
</style>
background-color css
<style>
a { background-color: #C55302; }
a { background-color: rgb(197,83,2); }
div.DivClassName
{
background-color: #C55302;
}
.BgClassName
{
background-color: #C55302;
}
</style>
border-color css
<style>
span { border-color: #C55302; }
span { border-color: rgb(197,83,2); }
td.TdClassName
{
border-color: #C55302;
}
.TagClassName
{
border-color: #C55302;
}
</style>