Shades of Tenne (Tawny) #C06305
Tints of Tenne (Tawny) #C06305
RGB
CMYK
RGB Variations
Color information
#C06305 (or 0xC06305) is known color: Tenne (Tawny). HEX triplet: C0, 63 and 05. RGB value is (192,99,5). Sum of RGB (Red+Green+Blue) = 192+99+5=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C06305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06305 is #3F9CFA. Grayscale: #747474. Windows color (decimal): -4168955 or 353216. OLE color: 353216.
HSL color Cylindrical-coordinate representation of color #C06305: hue angle of 30.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C06305 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 5 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.25 |
| HSL | 30.16º | 0.95% | 0.39% | - |
| HSV(B) | 30.16º | 0.97% | 0.75% | - |
| XYZ | 26.23 | 20.14 | 2.65 | - |
| YUV | 116.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 5 | 0 | 0.48 | 0.97 | 0.25 | 30.16 | 0.95 | 0.39 |
| Hex | C0 | 63 | 5 | 0 | 30 | 61 | 19 | 1E | 5F | 27 |
| Octal | 300 | 143 | 5 | 0 | 60 | 141 | 31 | 36 | 137 | 47 |
| Binary | 11000000 | 1100011 | 101 | 0 | 110000 | 1100001 | 11001 | 11110 | 1011111 | 100111 |
Color Harmonies of #C06305
Complementary color
Monochromatic Colors of #C06305
Black with #C06305
Text Example
Text Example
White with #C06305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06305; }
p { color: rgb(192,99,5); }
H1.HeaderClassName
{
color: #C06305;
}
.AnyTagClassName
{
color: #C06305;
}
</style>
background-color css
<style>
a { background-color: #C06305; }
a { background-color: rgb(192,99,5); }
div.DivClassName
{
background-color: #C06305;
}
.BgClassName
{
background-color: #C06305;
}
</style>
border-color css
<style>
span { border-color: #C06305; }
span { border-color: rgb(192,99,5); }
td.TdClassName
{
border-color: #C06305;
}
.TagClassName
{
border-color: #C06305;
}
</style>