Shades of Tenne (Tawny) #C05A09
Tints of Tenne (Tawny) #C05A09
RGB
CMYK
RGB Variations
Color information
#C05A09 (or 0xC05A09) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 09. RGB value is (192,90,9). Sum of RGB (Red+Green+Blue) = 192+90+9=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A09 is #3FA5F6. Grayscale: #6F6F6F. Windows color (decimal): -4171255 or 613056. OLE color: 613056.
HSL color Cylindrical-coordinate representation of color #C05A09: hue angle of 26.56º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C05A09 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 9 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.25 |
| HSL | 26.56º | 0.91% | 0.39% | - |
| HSV(B) | 26.56º | 0.95% | 0.75% | - |
| XYZ | 25.44 | 18.54 | 2.5 | - |
| YUV | 111.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 9 | 0 | 0.53 | 0.95 | 0.25 | 26.56 | 0.91 | 0.39 |
| Hex | C0 | 5A | 9 | 0 | 35 | 5F | 19 | 1B | 5B | 27 |
| Octal | 300 | 132 | 11 | 0 | 65 | 137 | 31 | 33 | 133 | 47 |
| Binary | 11000000 | 1011010 | 1001 | 0 | 110101 | 1011111 | 11001 | 11011 | 1011011 | 100111 |
Color Harmonies of #C05A09
Complementary color
Monochromatic Colors of #C05A09
Black with #C05A09
Text Example
Text Example
White with #C05A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A09; }
p { color: rgb(192,90,9); }
H1.HeaderClassName
{
color: #C05A09;
}
.AnyTagClassName
{
color: #C05A09;
}
</style>
background-color css
<style>
a { background-color: #C05A09; }
a { background-color: rgb(192,90,9); }
div.DivClassName
{
background-color: #C05A09;
}
.BgClassName
{
background-color: #C05A09;
}
</style>
border-color css
<style>
span { border-color: #C05A09; }
span { border-color: rgb(192,90,9); }
td.TdClassName
{
border-color: #C05A09;
}
.TagClassName
{
border-color: #C05A09;
}
</style>