Shades of Tenne (Tawny) #C45C01
Tints of Tenne (Tawny) #C45C01
RGB
CMYK
RGB Variations
Color information
#C45C01 (or 0xC45C01) is known color: Tenne (Tawny). HEX triplet: C4, 5C and 01. RGB value is (196,92,1). Sum of RGB (Red+Green+Blue) = 196+92+1=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C01 is #3BA3FE. Grayscale: #717171. Windows color (decimal): -3908607 or 89284. OLE color: 89284.
HSL color Cylindrical-coordinate representation of color #C45C01: hue angle of 28º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C45C01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.23 |
| HSL | 28º | 0.99% | 0.39% | - |
| HSV(B) | 28º | 0.99% | 0.77% | - |
| XYZ | 26.6 | 19.39 | 2.37 | - |
| YUV | 112.72 | 64.96 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 1 | 0 | 0.53 | 0.99 | 0.23 | 28 | 0.99 | 0.39 |
| Hex | C4 | 5C | 1 | 0 | 35 | 63 | 17 | 1C | 63 | 27 |
| Octal | 304 | 134 | 1 | 0 | 65 | 143 | 27 | 34 | 143 | 47 |
| Binary | 11000100 | 1011100 | 1 | 0 | 110101 | 1100011 | 10111 | 11100 | 1100011 | 100111 |
Color Harmonies of #C45C01
Complementary color
Monochromatic Colors of #C45C01
Black with #C45C01
Text Example
Text Example
White with #C45C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C01; }
p { color: rgb(196,92,1); }
H1.HeaderClassName
{
color: #C45C01;
}
.AnyTagClassName
{
color: #C45C01;
}
</style>
background-color css
<style>
a { background-color: #C45C01; }
a { background-color: rgb(196,92,1); }
div.DivClassName
{
background-color: #C45C01;
}
.BgClassName
{
background-color: #C45C01;
}
</style>
border-color css
<style>
span { border-color: #C45C01; }
span { border-color: rgb(196,92,1); }
td.TdClassName
{
border-color: #C45C01;
}
.TagClassName
{
border-color: #C45C01;
}
</style>