Shades of Tenne (Tawny) #C1650C
Tints of Tenne (Tawny) #C1650C
RGB
CMYK
RGB Variations
Color information
#C1650C (or 0xC1650C) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 0C. RGB value is (193,101,12). Sum of RGB (Red+Green+Blue) = 193+101+12=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1650C is #3E9AF3. Grayscale: #767676. Windows color (decimal): -4102900 or 812481. OLE color: 812481.
HSL color Cylindrical-coordinate representation of color #C1650C: hue angle of 29.5º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1650C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.24 |
| HSL | 29.5º | 0.88% | 0.4% | - |
| HSV(B) | 29.5º | 0.94% | 0.76% | - |
| XYZ | 26.71 | 20.67 | 2.93 | - |
| YUV | 118.36 | 67.98 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 12 | 0 | 0.48 | 0.94 | 0.24 | 29.5 | 0.88 | 0.4 |
| Hex | C1 | 65 | C | 0 | 30 | 5E | 18 | 1E | 58 | 28 |
| Octal | 301 | 145 | 14 | 0 | 60 | 136 | 30 | 36 | 130 | 50 |
| Binary | 11000001 | 1100101 | 1100 | 0 | 110000 | 1011110 | 11000 | 11110 | 1011000 | 101000 |
Color Harmonies of #C1650C
Complementary color
Monochromatic Colors of #C1650C
Black with #C1650C
Text Example
Text Example
White with #C1650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1650C; }
p { color: rgb(193,101,12); }
H1.HeaderClassName
{
color: #C1650C;
}
.AnyTagClassName
{
color: #C1650C;
}
</style>
background-color css
<style>
a { background-color: #C1650C; }
a { background-color: rgb(193,101,12); }
div.DivClassName
{
background-color: #C1650C;
}
.BgClassName
{
background-color: #C1650C;
}
</style>
border-color css
<style>
span { border-color: #C1650C; }
span { border-color: rgb(193,101,12); }
td.TdClassName
{
border-color: #C1650C;
}
.TagClassName
{
border-color: #C1650C;
}
</style>