Shades of Tenne (Tawny) #C2550A
Tints of Tenne (Tawny) #C2550A
RGB
CMYK
RGB Variations
Color information
#C2550A (or 0xC2550A) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 0A. RGB value is (194,85,10). Sum of RGB (Red+Green+Blue) = 194+85+10=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2550A is #3DAAF5. Grayscale: #6D6D6D. Windows color (decimal): -4041462 or 677314. OLE color: 677314.
HSL color Cylindrical-coordinate representation of color #C2550A: hue angle of 24.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2550A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.24 |
| HSL | 24.46º | 0.9% | 0.4% | - |
| HSV(B) | 24.46º | 0.95% | 0.76% | - |
| XYZ | 25.55 | 17.99 | 2.41 | - |
| YUV | 109.04 | 72.11 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 10 | 0 | 0.56 | 0.95 | 0.24 | 24.46 | 0.9 | 0.4 |
| Hex | C2 | 55 | A | 0 | 38 | 5F | 18 | 18 | 5A | 28 |
| Octal | 302 | 125 | 12 | 0 | 70 | 137 | 30 | 30 | 132 | 50 |
| Binary | 11000010 | 1010101 | 1010 | 0 | 111000 | 1011111 | 11000 | 11000 | 1011010 | 101000 |
Color Harmonies of #C2550A
Complementary color
Monochromatic Colors of #C2550A
Black with #C2550A
Text Example
Text Example
White with #C2550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2550A; }
p { color: rgb(194,85,10); }
H1.HeaderClassName
{
color: #C2550A;
}
.AnyTagClassName
{
color: #C2550A;
}
</style>
background-color css
<style>
a { background-color: #C2550A; }
a { background-color: rgb(194,85,10); }
div.DivClassName
{
background-color: #C2550A;
}
.BgClassName
{
background-color: #C2550A;
}
</style>
border-color css
<style>
span { border-color: #C2550A; }
span { border-color: rgb(194,85,10); }
td.TdClassName
{
border-color: #C2550A;
}
.TagClassName
{
border-color: #C2550A;
}
</style>