Shades of Tenne (Tawny) #C5500A
Tints of Tenne (Tawny) #C5500A
RGB
CMYK
RGB Variations
Color information
#C5500A (or 0xC5500A) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 0A. RGB value is (197,80,10). Sum of RGB (Red+Green+Blue) = 197+80+10=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C5500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5500A is #3AAFF5. Grayscale: #6B6B6B. Windows color (decimal): -3846134 or 676037. OLE color: 676037.
HSL color Cylindrical-coordinate representation of color #C5500A: hue angle of 22.46º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5500A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.23 |
| HSL | 22.46º | 0.9% | 0.41% | - |
| HSV(B) | 22.46º | 0.95% | 0.77% | - |
| XYZ | 25.95 | 17.63 | 2.32 | - |
| YUV | 107 | 73.26 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 10 | 0 | 0.59 | 0.95 | 0.23 | 22.46 | 0.9 | 0.41 |
| Hex | C5 | 50 | A | 0 | 3B | 5F | 17 | 16 | 5A | 29 |
| Octal | 305 | 120 | 12 | 0 | 73 | 137 | 27 | 26 | 132 | 51 |
| Binary | 11000101 | 1010000 | 1010 | 0 | 111011 | 1011111 | 10111 | 10110 | 1011010 | 101001 |
Color Harmonies of #C5500A
Complementary color
Monochromatic Colors of #C5500A
Black with #C5500A
Text Example
Text Example
White with #C5500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5500A; }
p { color: rgb(197,80,10); }
H1.HeaderClassName
{
color: #C5500A;
}
.AnyTagClassName
{
color: #C5500A;
}
</style>
background-color css
<style>
a { background-color: #C5500A; }
a { background-color: rgb(197,80,10); }
div.DivClassName
{
background-color: #C5500A;
}
.BgClassName
{
background-color: #C5500A;
}
</style>
border-color css
<style>
span { border-color: #C5500A; }
span { border-color: rgb(197,80,10); }
td.TdClassName
{
border-color: #C5500A;
}
.TagClassName
{
border-color: #C5500A;
}
</style>