Shades of Tenne (Tawny) #C05309
Tints of Tenne (Tawny) #C05309
RGB
CMYK
RGB Variations
Color information
#C05309 (or 0xC05309) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 09. RGB value is (192,83,9). Sum of RGB (Red+Green+Blue) = 192+83+9=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C05309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05309 is #3FACF6. Grayscale: #6B6B6B. Windows color (decimal): -4173047 or 611264. OLE color: 611264.
HSL color Cylindrical-coordinate representation of color #C05309: hue angle of 24.26º 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 #C05309 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 9 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.25 |
| HSL | 24.26º | 0.91% | 0.39% | - |
| HSV(B) | 24.26º | 0.95% | 0.75% | - |
| XYZ | 24.88 | 17.41 | 2.31 | - |
| YUV | 107.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 9 | 0 | 0.57 | 0.95 | 0.25 | 24.26 | 0.91 | 0.39 |
| Hex | C0 | 53 | 9 | 0 | 39 | 5F | 19 | 18 | 5B | 27 |
| Octal | 300 | 123 | 11 | 0 | 71 | 137 | 31 | 30 | 133 | 47 |
| Binary | 11000000 | 1010011 | 1001 | 0 | 111001 | 1011111 | 11001 | 11000 | 1011011 | 100111 |
Color Harmonies of #C05309
Complementary color
Monochromatic Colors of #C05309
Black with #C05309
Text Example
Text Example
White with #C05309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05309; }
p { color: rgb(192,83,9); }
H1.HeaderClassName
{
color: #C05309;
}
.AnyTagClassName
{
color: #C05309;
}
</style>
background-color css
<style>
a { background-color: #C05309; }
a { background-color: rgb(192,83,9); }
div.DivClassName
{
background-color: #C05309;
}
.BgClassName
{
background-color: #C05309;
}
</style>
border-color css
<style>
span { border-color: #C05309; }
span { border-color: rgb(192,83,9); }
td.TdClassName
{
border-color: #C05309;
}
.TagClassName
{
border-color: #C05309;
}
</style>