Shades of Tenne (Tawny) #C45312
Tints of Tenne (Tawny) #C45312
RGB
CMYK
RGB Variations
Color information
#C45312 (or 0xC45312) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 12. RGB value is (196,83,18). Sum of RGB (Red+Green+Blue) = 196+83+18=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C45312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45312 is #3BACED. Grayscale: #6D6D6D. Windows color (decimal): -3910894 or 1201092. OLE color: 1201092.
HSL color Cylindrical-coordinate representation of color #C45312: hue angle of 21.91º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C45312 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.23 |
| HSL | 21.91º | 0.83% | 0.42% | - |
| HSV(B) | 21.91º | 0.91% | 0.77% | - |
| XYZ | 25.97 | 17.97 | 2.67 | - |
| YUV | 109.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 18 | 0 | 0.58 | 0.91 | 0.23 | 21.91 | 0.83 | 0.42 |
| Hex | C4 | 53 | 12 | 0 | 3A | 5B | 17 | 16 | 53 | 2A |
| Octal | 304 | 123 | 22 | 0 | 72 | 133 | 27 | 26 | 123 | 52 |
| Binary | 11000100 | 1010011 | 10010 | 0 | 111010 | 1011011 | 10111 | 10110 | 1010011 | 101010 |
Color Harmonies of #C45312
Complementary color
Monochromatic Colors of #C45312
Black with #C45312
Text Example
Text Example
White with #C45312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45312; }
p { color: rgb(196,83,18); }
H1.HeaderClassName
{
color: #C45312;
}
.AnyTagClassName
{
color: #C45312;
}
</style>
background-color css
<style>
a { background-color: #C45312; }
a { background-color: rgb(196,83,18); }
div.DivClassName
{
background-color: #C45312;
}
.BgClassName
{
background-color: #C45312;
}
</style>
border-color css
<style>
span { border-color: #C45312; }
span { border-color: rgb(196,83,18); }
td.TdClassName
{
border-color: #C45312;
}
.TagClassName
{
border-color: #C45312;
}
</style>