Shades of Tenne (Tawny) #C25701
Tints of Tenne (Tawny) #C25701
RGB
CMYK
RGB Variations
Color information
#C25701 (or 0xC25701) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 01. RGB value is (194,87,1). Sum of RGB (Red+Green+Blue) = 194+87+1=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C25701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25701 is #3DA8FE. Grayscale: #6D6D6D. Windows color (decimal): -4040959 or 88002. OLE color: 88002.
HSL color Cylindrical-coordinate representation of color #C25701: hue angle of 26.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C25701 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.24 |
| HSL | 26.74º | 0.99% | 0.38% | - |
| HSV(B) | 26.74º | 0.99% | 0.76% | - |
| XYZ | 25.66 | 18.29 | 2.21 | - |
| YUV | 109.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 1 | 0 | 0.55 | 0.99 | 0.24 | 26.74 | 0.99 | 0.38 |
| Hex | C2 | 57 | 1 | 0 | 37 | 63 | 18 | 1B | 63 | 26 |
| Octal | 302 | 127 | 1 | 0 | 67 | 143 | 30 | 33 | 143 | 46 |
| Binary | 11000010 | 1010111 | 1 | 0 | 110111 | 1100011 | 11000 | 11011 | 1100011 | 100110 |
Color Harmonies of #C25701
Complementary color
Monochromatic Colors of #C25701
Black with #C25701
Text Example
Text Example
White with #C25701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25701; }
p { color: rgb(194,87,1); }
H1.HeaderClassName
{
color: #C25701;
}
.AnyTagClassName
{
color: #C25701;
}
</style>
background-color css
<style>
a { background-color: #C25701; }
a { background-color: rgb(194,87,1); }
div.DivClassName
{
background-color: #C25701;
}
.BgClassName
{
background-color: #C25701;
}
</style>
border-color css
<style>
span { border-color: #C25701; }
span { border-color: rgb(194,87,1); }
td.TdClassName
{
border-color: #C25701;
}
.TagClassName
{
border-color: #C25701;
}
</style>