Shades of Tenne (Tawny) #C25800
Tints of Tenne (Tawny) #C25800
RGB
CMYK
RGB Variations
Color information
#C25800 (or 0xC25800) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 00. RGB value is (194,88,0). Sum of RGB (Red+Green+Blue) = 194+88+0=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C25800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25800 is #3DA7FF. Grayscale: #6E6E6E. Windows color (decimal): -4040704 or 22722. OLE color: 22722.
HSL color Cylindrical-coordinate representation of color #C25800: hue angle of 27.22º 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 #C25800 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.24 |
| HSL | 27.22º | 1% | 0.38% | - |
| HSV(B) | 27.22º | 1% | 0.76% | - |
| XYZ | 25.74 | 18.45 | 2.2 | - |
| YUV | 109.66 | 66.12 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 0 | 0 | 0.55 | 1 | 0.24 | 27.22 | 1 | 0.38 |
| Hex | C2 | 58 | 0 | 0 | 37 | 64 | 18 | 1B | 64 | 26 |
| Octal | 302 | 130 | 0 | 0 | 67 | 144 | 30 | 33 | 144 | 46 |
| Binary | 11000010 | 1011000 | 0 | 0 | 110111 | 1100100 | 11000 | 11011 | 1100100 | 100110 |
Color Harmonies of #C25800
Complementary color
Monochromatic Colors of #C25800
Black with #C25800
Text Example
Text Example
White with #C25800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25800; }
p { color: rgb(194,88,0); }
H1.HeaderClassName
{
color: #C25800;
}
.AnyTagClassName
{
color: #C25800;
}
</style>
background-color css
<style>
a { background-color: #C25800; }
a { background-color: rgb(194,88,0); }
div.DivClassName
{
background-color: #C25800;
}
.BgClassName
{
background-color: #C25800;
}
</style>
border-color css
<style>
span { border-color: #C25800; }
span { border-color: rgb(194,88,0); }
td.TdClassName
{
border-color: #C25800;
}
.TagClassName
{
border-color: #C25800;
}
</style>