Shades of Tenne (Tawny) #C45C05
Tints of Tenne (Tawny) #C45C05
RGB
CMYK
RGB Variations
Color information
#C45C05 (or 0xC45C05) is known color: Tenne (Tawny). HEX triplet: C4, 5C and 05. RGB value is (196,92,5). Sum of RGB (Red+Green+Blue) = 196+92+5=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C05 is #3BA3FA. Grayscale: #717171. Windows color (decimal): -3908603 or 351428. OLE color: 351428.
HSL color Cylindrical-coordinate representation of color #C45C05: hue angle of 27.33º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C45C05 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.23 |
| HSL | 27.33º | 0.95% | 0.39% | - |
| HSV(B) | 27.33º | 0.97% | 0.77% | - |
| XYZ | 26.62 | 19.4 | 2.49 | - |
| YUV | 113.18 | 66.96 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 5 | 0 | 0.53 | 0.97 | 0.23 | 27.33 | 0.95 | 0.39 |
| Hex | C4 | 5C | 5 | 0 | 35 | 61 | 17 | 1B | 5F | 27 |
| Octal | 304 | 134 | 5 | 0 | 65 | 141 | 27 | 33 | 137 | 47 |
| Binary | 11000100 | 1011100 | 101 | 0 | 110101 | 1100001 | 10111 | 11011 | 1011111 | 100111 |
Color Harmonies of #C45C05
Complementary color
Monochromatic Colors of #C45C05
Black with #C45C05
Text Example
Text Example
White with #C45C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C05; }
p { color: rgb(196,92,5); }
H1.HeaderClassName
{
color: #C45C05;
}
.AnyTagClassName
{
color: #C45C05;
}
</style>
background-color css
<style>
a { background-color: #C45C05; }
a { background-color: rgb(196,92,5); }
div.DivClassName
{
background-color: #C45C05;
}
.BgClassName
{
background-color: #C45C05;
}
</style>
border-color css
<style>
span { border-color: #C45C05; }
span { border-color: rgb(196,92,5); }
td.TdClassName
{
border-color: #C45C05;
}
.TagClassName
{
border-color: #C45C05;
}
</style>