Shades of Tenne (Tawny) #C2630F
Tints of Tenne (Tawny) #C2630F
RGB
CMYK
RGB Variations
Color information
#C2630F (or 0xC2630F) is known color: Tenne (Tawny). HEX triplet: C2, 63 and 0F. RGB value is (194,99,15). Sum of RGB (Red+Green+Blue) = 194+99+15=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2630F is #3D9CF0. Grayscale: #767676. Windows color (decimal): -4037873 or 1008578. OLE color: 1008578.
HSL color Cylindrical-coordinate representation of color #C2630F: hue angle of 28.16º 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 #C2630F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 15 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.24 |
| HSL | 28.16º | 0.86% | 0.41% | - |
| HSV(B) | 28.16º | 0.92% | 0.76% | - |
| XYZ | 26.8 | 20.43 | 2.98 | - |
| YUV | 117.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 15 | 0 | 0.49 | 0.92 | 0.24 | 28.16 | 0.86 | 0.41 |
| Hex | C2 | 63 | F | 0 | 31 | 5C | 18 | 1C | 56 | 29 |
| Octal | 302 | 143 | 17 | 0 | 61 | 134 | 30 | 34 | 126 | 51 |
| Binary | 11000010 | 1100011 | 1111 | 0 | 110001 | 1011100 | 11000 | 11100 | 1010110 | 101001 |
Color Harmonies of #C2630F
Complementary color
Monochromatic Colors of #C2630F
Black with #C2630F
Text Example
Text Example
White with #C2630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2630F; }
p { color: rgb(194,99,15); }
H1.HeaderClassName
{
color: #C2630F;
}
.AnyTagClassName
{
color: #C2630F;
}
</style>
background-color css
<style>
a { background-color: #C2630F; }
a { background-color: rgb(194,99,15); }
div.DivClassName
{
background-color: #C2630F;
}
.BgClassName
{
background-color: #C2630F;
}
</style>
border-color css
<style>
span { border-color: #C2630F; }
span { border-color: rgb(194,99,15); }
td.TdClassName
{
border-color: #C2630F;
}
.TagClassName
{
border-color: #C2630F;
}
</style>