Shades of Tenne (Tawny) #C1630F
Tints of Tenne (Tawny) #C1630F
RGB
CMYK
RGB Variations
Color information
#C1630F (or 0xC1630F) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 0F. RGB value is (193,99,15). Sum of RGB (Red+Green+Blue) = 193+99+15=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1630F is #3E9CF0. Grayscale: #757575. Windows color (decimal): -4103409 or 1008577. OLE color: 1008577.
HSL color Cylindrical-coordinate representation of color #C1630F: hue angle of 28.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1630F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 15 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.24 |
| HSL | 28.31º | 0.86% | 0.41% | - |
| HSV(B) | 28.31º | 0.92% | 0.76% | - |
| XYZ | 26.54 | 20.3 | 2.97 | - |
| YUV | 117.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 15 | 0 | 0.49 | 0.92 | 0.24 | 28.31 | 0.86 | 0.41 |
| Hex | C1 | 63 | F | 0 | 31 | 5C | 18 | 1C | 56 | 29 |
| Octal | 301 | 143 | 17 | 0 | 61 | 134 | 30 | 34 | 126 | 51 |
| Binary | 11000001 | 1100011 | 1111 | 0 | 110001 | 1011100 | 11000 | 11100 | 1010110 | 101001 |
Color Harmonies of #C1630F
Complementary color
Monochromatic Colors of #C1630F
Black with #C1630F
Text Example
Text Example
White with #C1630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1630F; }
p { color: rgb(193,99,15); }
H1.HeaderClassName
{
color: #C1630F;
}
.AnyTagClassName
{
color: #C1630F;
}
</style>
background-color css
<style>
a { background-color: #C1630F; }
a { background-color: rgb(193,99,15); }
div.DivClassName
{
background-color: #C1630F;
}
.BgClassName
{
background-color: #C1630F;
}
</style>
border-color css
<style>
span { border-color: #C1630F; }
span { border-color: rgb(193,99,15); }
td.TdClassName
{
border-color: #C1630F;
}
.TagClassName
{
border-color: #C1630F;
}
</style>