Shades of Tenne (Tawny) #C2500D
Tints of Tenne (Tawny) #C2500D
RGB
CMYK
RGB Variations
Color information
#C2500D (or 0xC2500D) is known color: Tenne (Tawny). HEX triplet: C2, 50 and 0D. RGB value is (194,80,13). Sum of RGB (Red+Green+Blue) = 194+80+13=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2500D is #3DAFF2. Grayscale: #6A6A6A. Windows color (decimal): -4042739 or 872642. OLE color: 872642.
HSL color Cylindrical-coordinate representation of color #C2500D: hue angle of 22.21º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2500D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 13 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.24 |
| HSL | 22.21º | 0.87% | 0.41% | - |
| HSV(B) | 22.21º | 0.93% | 0.76% | - |
| XYZ | 25.19 | 17.24 | 2.38 | - |
| YUV | 106.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 13 | 0 | 0.59 | 0.93 | 0.24 | 22.21 | 0.87 | 0.41 |
| Hex | C2 | 50 | D | 0 | 3B | 5D | 18 | 16 | 57 | 29 |
| Octal | 302 | 120 | 15 | 0 | 73 | 135 | 30 | 26 | 127 | 51 |
| Binary | 11000010 | 1010000 | 1101 | 0 | 111011 | 1011101 | 11000 | 10110 | 1010111 | 101001 |
Color Harmonies of #C2500D
Complementary color
Monochromatic Colors of #C2500D
Black with #C2500D
Text Example
Text Example
White with #C2500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2500D; }
p { color: rgb(194,80,13); }
H1.HeaderClassName
{
color: #C2500D;
}
.AnyTagClassName
{
color: #C2500D;
}
</style>
background-color css
<style>
a { background-color: #C2500D; }
a { background-color: rgb(194,80,13); }
div.DivClassName
{
background-color: #C2500D;
}
.BgClassName
{
background-color: #C2500D;
}
</style>
border-color css
<style>
span { border-color: #C2500D; }
span { border-color: rgb(194,80,13); }
td.TdClassName
{
border-color: #C2500D;
}
.TagClassName
{
border-color: #C2500D;
}
</style>