Shades of Tenne (Tawny) #C25200
Tints of Tenne (Tawny) #C25200
RGB
CMYK
RGB Variations
Color information
#C25200 (or 0xC25200) is known color: Tenne (Tawny). HEX triplet: C2, 52 and 00. RGB value is (194,82,0). Sum of RGB (Red+Green+Blue) = 194+82+0=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C25200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25200 is #3DADFF. Grayscale: #6A6A6A. Windows color (decimal): -4042240 or 21186. OLE color: 21186.
HSL color Cylindrical-coordinate representation of color #C25200: hue angle of 25.36º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C25200 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.24 |
| HSL | 25.36º | 1% | 0.38% | - |
| HSV(B) | 25.36º | 1% | 0.76% | - |
| XYZ | 25.27 | 17.5 | 2.05 | - |
| YUV | 106.14 | 68.11 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 0 | 0 | 0.58 | 1 | 0.24 | 25.36 | 1 | 0.38 |
| Hex | C2 | 52 | 0 | 0 | 3A | 64 | 18 | 19 | 64 | 26 |
| Octal | 302 | 122 | 0 | 0 | 72 | 144 | 30 | 31 | 144 | 46 |
| Binary | 11000010 | 1010010 | 0 | 0 | 111010 | 1100100 | 11000 | 11001 | 1100100 | 100110 |
Color Harmonies of #C25200
Complementary color
Monochromatic Colors of #C25200
Black with #C25200
Text Example
Text Example
White with #C25200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25200; }
p { color: rgb(194,82,0); }
H1.HeaderClassName
{
color: #C25200;
}
.AnyTagClassName
{
color: #C25200;
}
</style>
background-color css
<style>
a { background-color: #C25200; }
a { background-color: rgb(194,82,0); }
div.DivClassName
{
background-color: #C25200;
}
.BgClassName
{
background-color: #C25200;
}
</style>
border-color css
<style>
span { border-color: #C25200; }
span { border-color: rgb(194,82,0); }
td.TdClassName
{
border-color: #C25200;
}
.TagClassName
{
border-color: #C25200;
}
</style>