Shades of Tenne (Tawny) #C25A00
Tints of Tenne (Tawny) #C25A00
RGB
CMYK
RGB Variations
Color information
#C25A00 (or 0xC25A00) is known color: Tenne (Tawny). HEX triplet: C2, 5A and 00. RGB value is (194,90,0). Sum of RGB (Red+Green+Blue) = 194+90+0=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25A00 is #3DA5FF. Grayscale: #6F6F6F. Windows color (decimal): -4040192 or 23234. OLE color: 23234.
HSL color Cylindrical-coordinate representation of color #C25A00: hue angle of 27.84º 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 #C25A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.24 |
| HSL | 27.84º | 1% | 0.38% | - |
| HSV(B) | 27.84º | 1% | 0.76% | - |
| XYZ | 25.9 | 18.78 | 2.26 | - |
| YUV | 110.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 0 | 0 | 0.54 | 1 | 0.24 | 27.84 | 1 | 0.38 |
| Hex | C2 | 5A | 0 | 0 | 36 | 64 | 18 | 1C | 64 | 26 |
| Octal | 302 | 132 | 0 | 0 | 66 | 144 | 30 | 34 | 144 | 46 |
| Binary | 11000010 | 1011010 | 0 | 0 | 110110 | 1100100 | 11000 | 11100 | 1100100 | 100110 |
Color Harmonies of #C25A00
Complementary color
Monochromatic Colors of #C25A00
Black with #C25A00
Text Example
Text Example
White with #C25A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A00; }
p { color: rgb(194,90,0); }
H1.HeaderClassName
{
color: #C25A00;
}
.AnyTagClassName
{
color: #C25A00;
}
</style>
background-color css
<style>
a { background-color: #C25A00; }
a { background-color: rgb(194,90,0); }
div.DivClassName
{
background-color: #C25A00;
}
.BgClassName
{
background-color: #C25A00;
}
</style>
border-color css
<style>
span { border-color: #C25A00; }
span { border-color: rgb(194,90,0); }
td.TdClassName
{
border-color: #C25A00;
}
.TagClassName
{
border-color: #C25A00;
}
</style>