Shades of Tenne (Tawny) #C05009
Tints of Tenne (Tawny) #C05009
RGB
CMYK
RGB Variations
Color information
#C05009 (or 0xC05009) is known color: Tenne (Tawny). HEX triplet: C0, 50 and 09. RGB value is (192,80,9). Sum of RGB (Red+Green+Blue) = 192+80+9=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05009 is #3FAFF6. Grayscale: #696969. Windows color (decimal): -4173815 or 610496. OLE color: 610496.
HSL color Cylindrical-coordinate representation of color #C05009: hue angle of 23.28º 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 #C05009 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.25 |
| HSL | 23.28º | 0.91% | 0.39% | - |
| HSV(B) | 23.28º | 0.95% | 0.75% | - |
| XYZ | 24.66 | 16.96 | 2.23 | - |
| YUV | 105.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 9 | 0 | 0.58 | 0.95 | 0.25 | 23.28 | 0.91 | 0.39 |
| Hex | C0 | 50 | 9 | 0 | 3A | 5F | 19 | 17 | 5B | 27 |
| Octal | 300 | 120 | 11 | 0 | 72 | 137 | 31 | 27 | 133 | 47 |
| Binary | 11000000 | 1010000 | 1001 | 0 | 111010 | 1011111 | 11001 | 10111 | 1011011 | 100111 |
Color Harmonies of #C05009
Complementary color
Monochromatic Colors of #C05009
Black with #C05009
Text Example
Text Example
White with #C05009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05009; }
p { color: rgb(192,80,9); }
H1.HeaderClassName
{
color: #C05009;
}
.AnyTagClassName
{
color: #C05009;
}
</style>
background-color css
<style>
a { background-color: #C05009; }
a { background-color: rgb(192,80,9); }
div.DivClassName
{
background-color: #C05009;
}
.BgClassName
{
background-color: #C05009;
}
</style>
border-color css
<style>
span { border-color: #C05009; }
span { border-color: rgb(192,80,9); }
td.TdClassName
{
border-color: #C05009;
}
.TagClassName
{
border-color: #C05009;
}
</style>