Shades of Tenne (Tawny) #C25F00
Tints of Tenne (Tawny) #C25F00
RGB
CMYK
RGB Variations
Color information
#C25F00 (or 0xC25F00) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 00. RGB value is (194,95,0). Sum of RGB (Red+Green+Blue) = 194+95+0=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F00 is #3DA0FF. Grayscale: #727272. Windows color (decimal): -4038912 or 24514. OLE color: 24514.
HSL color Cylindrical-coordinate representation of color #C25F00: hue angle of 29.38º 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 #C25F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.24 |
| HSL | 29.38º | 1% | 0.38% | - |
| HSV(B) | 29.38º | 1% | 0.76% | - |
| XYZ | 26.34 | 19.65 | 2.41 | - |
| YUV | 113.77 | 63.8 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 0 | 0 | 0.51 | 1 | 0.24 | 29.38 | 1 | 0.38 |
| Hex | C2 | 5F | 0 | 0 | 33 | 64 | 18 | 1D | 64 | 26 |
| Octal | 302 | 137 | 0 | 0 | 63 | 144 | 30 | 35 | 144 | 46 |
| Binary | 11000010 | 1011111 | 0 | 0 | 110011 | 1100100 | 11000 | 11101 | 1100100 | 100110 |
Color Harmonies of #C25F00
Complementary color
Monochromatic Colors of #C25F00
Black with #C25F00
Text Example
Text Example
White with #C25F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F00; }
p { color: rgb(194,95,0); }
H1.HeaderClassName
{
color: #C25F00;
}
.AnyTagClassName
{
color: #C25F00;
}
</style>
background-color css
<style>
a { background-color: #C25F00; }
a { background-color: rgb(194,95,0); }
div.DivClassName
{
background-color: #C25F00;
}
.BgClassName
{
background-color: #C25F00;
}
</style>
border-color css
<style>
span { border-color: #C25F00; }
span { border-color: rgb(194,95,0); }
td.TdClassName
{
border-color: #C25F00;
}
.TagClassName
{
border-color: #C25F00;
}
</style>