Shades of Tenne (Tawny) #C45C10
Tints of Tenne (Tawny) #C45C10
RGB
CMYK
RGB Variations
Color information
#C45C10 (or 0xC45C10) is known color: Tenne (Tawny). HEX triplet: C4, 5C and 10. RGB value is (196,92,16). Sum of RGB (Red+Green+Blue) = 196+92+16=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C10 is #3BA3EF. Grayscale: #727272. Windows color (decimal): -3908592 or 1072324. OLE color: 1072324.
HSL color Cylindrical-coordinate representation of color #C45C10: hue angle of 25.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C45C10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.23 |
| HSL | 25.33º | 0.85% | 0.42% | - |
| HSV(B) | 25.33º | 0.92% | 0.77% | - |
| XYZ | 26.69 | 19.43 | 2.83 | - |
| YUV | 114.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 16 | 0 | 0.53 | 0.92 | 0.23 | 25.33 | 0.85 | 0.42 |
| Hex | C4 | 5C | 10 | 0 | 35 | 5C | 17 | 19 | 55 | 2A |
| Octal | 304 | 134 | 20 | 0 | 65 | 134 | 27 | 31 | 125 | 52 |
| Binary | 11000100 | 1011100 | 10000 | 0 | 110101 | 1011100 | 10111 | 11001 | 1010101 | 101010 |
Color Harmonies of #C45C10
Complementary color
Monochromatic Colors of #C45C10
Black with #C45C10
Text Example
Text Example
White with #C45C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C10; }
p { color: rgb(196,92,16); }
H1.HeaderClassName
{
color: #C45C10;
}
.AnyTagClassName
{
color: #C45C10;
}
</style>
background-color css
<style>
a { background-color: #C45C10; }
a { background-color: rgb(196,92,16); }
div.DivClassName
{
background-color: #C45C10;
}
.BgClassName
{
background-color: #C45C10;
}
</style>
border-color css
<style>
span { border-color: #C45C10; }
span { border-color: rgb(196,92,16); }
td.TdClassName
{
border-color: #C45C10;
}
.TagClassName
{
border-color: #C45C10;
}
</style>