Shades of Tenne (Tawny) #C1630C
Tints of Tenne (Tawny) #C1630C
RGB
CMYK
RGB Variations
Color information
#C1630C (or 0xC1630C) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 0C. RGB value is (193,99,12). Sum of RGB (Red+Green+Blue) = 193+99+12=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1630C is #3E9CF3. Grayscale: #757575. Windows color (decimal): -4103412 or 811969. OLE color: 811969.
HSL color Cylindrical-coordinate representation of color #C1630C: hue angle of 28.84º 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 #C1630C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.24 |
| HSL | 28.84º | 0.88% | 0.4% | - |
| HSV(B) | 28.84º | 0.94% | 0.76% | - |
| XYZ | 26.52 | 20.29 | 2.87 | - |
| YUV | 117.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 12 | 0 | 0.49 | 0.94 | 0.24 | 28.84 | 0.88 | 0.4 |
| Hex | C1 | 63 | C | 0 | 31 | 5E | 18 | 1D | 58 | 28 |
| Octal | 301 | 143 | 14 | 0 | 61 | 136 | 30 | 35 | 130 | 50 |
| Binary | 11000001 | 1100011 | 1100 | 0 | 110001 | 1011110 | 11000 | 11101 | 1011000 | 101000 |
Color Harmonies of #C1630C
Complementary color
Monochromatic Colors of #C1630C
Black with #C1630C
Text Example
Text Example
White with #C1630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1630C; }
p { color: rgb(193,99,12); }
H1.HeaderClassName
{
color: #C1630C;
}
.AnyTagClassName
{
color: #C1630C;
}
</style>
background-color css
<style>
a { background-color: #C1630C; }
a { background-color: rgb(193,99,12); }
div.DivClassName
{
background-color: #C1630C;
}
.BgClassName
{
background-color: #C1630C;
}
</style>
border-color css
<style>
span { border-color: #C1630C; }
span { border-color: rgb(193,99,12); }
td.TdClassName
{
border-color: #C1630C;
}
.TagClassName
{
border-color: #C1630C;
}
</style>