Shades of Tenne (Tawny) #C3620E
Tints of Tenne (Tawny) #C3620E
RGB
CMYK
RGB Variations
Color information
#C3620E (or 0xC3620E) is known color: Tenne (Tawny). HEX triplet: C3, 62 and 0E. RGB value is (195,98,14). Sum of RGB (Red+Green+Blue) = 195+98+14=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3620E is #3C9DF1. Grayscale: #757575. Windows color (decimal): -3972594 or 942787. OLE color: 942787.
HSL color Cylindrical-coordinate representation of color #C3620E: hue angle of 27.85º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3620E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.24 |
| HSL | 27.85º | 0.87% | 0.41% | - |
| HSV(B) | 27.85º | 0.93% | 0.76% | - |
| XYZ | 26.95 | 20.37 | 2.93 | - |
| YUV | 117.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 14 | 0 | 0.50 | 0.93 | 0.24 | 27.85 | 0.87 | 0.41 |
| Hex | C3 | 62 | E | 0 | 32 | 5D | 18 | 1C | 57 | 29 |
| Octal | 303 | 142 | 16 | 0 | 62 | 135 | 30 | 34 | 127 | 51 |
| Binary | 11000011 | 1100010 | 1110 | 0 | 110010 | 1011101 | 11000 | 11100 | 1010111 | 101001 |
Color Harmonies of #C3620E
Complementary color
Monochromatic Colors of #C3620E
Black with #C3620E
Text Example
Text Example
White with #C3620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3620E; }
p { color: rgb(195,98,14); }
H1.HeaderClassName
{
color: #C3620E;
}
.AnyTagClassName
{
color: #C3620E;
}
</style>
background-color css
<style>
a { background-color: #C3620E; }
a { background-color: rgb(195,98,14); }
div.DivClassName
{
background-color: #C3620E;
}
.BgClassName
{
background-color: #C3620E;
}
</style>
border-color css
<style>
span { border-color: #C3620E; }
span { border-color: rgb(195,98,14); }
td.TdClassName
{
border-color: #C3620E;
}
.TagClassName
{
border-color: #C3620E;
}
</style>