Shades of Tenne (Tawny) #C25A01
Tints of Tenne (Tawny) #C25A01
RGB
CMYK
RGB Variations
Color information
#C25A01 (or 0xC25A01) is known color: Tenne (Tawny). HEX triplet: C2, 5A and 01. RGB value is (194,90,1). Sum of RGB (Red+Green+Blue) = 194+90+1=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25A01 is #3DA5FE. Grayscale: #6F6F6F. Windows color (decimal): -4040191 or 88770. OLE color: 88770.
HSL color Cylindrical-coordinate representation of color #C25A01: hue angle of 27.67º 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 #C25A01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.24 |
| HSL | 27.67º | 0.99% | 0.38% | - |
| HSV(B) | 27.67º | 0.99% | 0.76% | - |
| XYZ | 25.91 | 18.78 | 2.29 | - |
| YUV | 110.95 | 65.96 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 1 | 0 | 0.54 | 0.99 | 0.24 | 27.67 | 0.99 | 0.38 |
| Hex | C2 | 5A | 1 | 0 | 36 | 63 | 18 | 1C | 63 | 26 |
| Octal | 302 | 132 | 1 | 0 | 66 | 143 | 30 | 34 | 143 | 46 |
| Binary | 11000010 | 1011010 | 1 | 0 | 110110 | 1100011 | 11000 | 11100 | 1100011 | 100110 |
Color Harmonies of #C25A01
Complementary color
Monochromatic Colors of #C25A01
Black with #C25A01
Text Example
Text Example
White with #C25A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A01; }
p { color: rgb(194,90,1); }
H1.HeaderClassName
{
color: #C25A01;
}
.AnyTagClassName
{
color: #C25A01;
}
</style>
background-color css
<style>
a { background-color: #C25A01; }
a { background-color: rgb(194,90,1); }
div.DivClassName
{
background-color: #C25A01;
}
.BgClassName
{
background-color: #C25A01;
}
</style>
border-color css
<style>
span { border-color: #C25A01; }
span { border-color: rgb(194,90,1); }
td.TdClassName
{
border-color: #C25A01;
}
.TagClassName
{
border-color: #C25A01;
}
</style>