Shades of Tenne (Tawny) #C3640A
Tints of Tenne (Tawny) #C3640A
RGB
CMYK
RGB Variations
Color information
#C3640A (or 0xC3640A) is known color: Tenne (Tawny). HEX triplet: C3, 64 and 0A. RGB value is (195,100,10). Sum of RGB (Red+Green+Blue) = 195+100+10=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3640A is #3C9BF5. Grayscale: #767676. Windows color (decimal): -3972086 or 681155. OLE color: 681155.
HSL color Cylindrical-coordinate representation of color #C3640A: hue angle of 29.19º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3640A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.24 |
| HSL | 29.19º | 0.9% | 0.4% | - |
| HSV(B) | 29.19º | 0.95% | 0.76% | - |
| XYZ | 27.12 | 20.74 | 2.86 | - |
| YUV | 118.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 10 | 0 | 0.49 | 0.95 | 0.24 | 29.19 | 0.9 | 0.4 |
| Hex | C3 | 64 | A | 0 | 31 | 5F | 18 | 1D | 5A | 28 |
| Octal | 303 | 144 | 12 | 0 | 61 | 137 | 30 | 35 | 132 | 50 |
| Binary | 11000011 | 1100100 | 1010 | 0 | 110001 | 1011111 | 11000 | 11101 | 1011010 | 101000 |
Color Harmonies of #C3640A
Complementary color
Monochromatic Colors of #C3640A
Black with #C3640A
Text Example
Text Example
White with #C3640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3640A; }
p { color: rgb(195,100,10); }
H1.HeaderClassName
{
color: #C3640A;
}
.AnyTagClassName
{
color: #C3640A;
}
</style>
background-color css
<style>
a { background-color: #C3640A; }
a { background-color: rgb(195,100,10); }
div.DivClassName
{
background-color: #C3640A;
}
.BgClassName
{
background-color: #C3640A;
}
</style>
border-color css
<style>
span { border-color: #C3640A; }
span { border-color: rgb(195,100,10); }
td.TdClassName
{
border-color: #C3640A;
}
.TagClassName
{
border-color: #C3640A;
}
</style>