Shades of Tenne (Tawny) #C45C00
Tints of Tenne (Tawny) #C45C00
RGB
CMYK
RGB Variations
Color information
#C45C00 (or 0xC45C00) is known color: Tenne (Tawny). HEX triplet: C4, 5C and 00. RGB value is (196,92,0). Sum of RGB (Red+Green+Blue) = 196+92+0=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C00 is #3BA3FF. Grayscale: #717171. Windows color (decimal): -3908608 or 23748. OLE color: 23748.
HSL color Cylindrical-coordinate representation of color #C45C00: hue angle of 28.16º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C45C00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.23 |
| HSL | 28.16º | 1% | 0.38% | - |
| HSV(B) | 28.16º | 1% | 0.77% | - |
| XYZ | 26.59 | 19.39 | 2.34 | - |
| YUV | 112.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 0 | 0 | 0.53 | 1 | 0.23 | 28.16 | 1 | 0.38 |
| Hex | C4 | 5C | 0 | 0 | 35 | 64 | 17 | 1C | 64 | 26 |
| Octal | 304 | 134 | 0 | 0 | 65 | 144 | 27 | 34 | 144 | 46 |
| Binary | 11000100 | 1011100 | 0 | 0 | 110101 | 1100100 | 10111 | 11100 | 1100100 | 100110 |
Color Harmonies of #C45C00
Complementary color
Monochromatic Colors of #C45C00
Black with #C45C00
Text Example
Text Example
White with #C45C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C00; }
p { color: rgb(196,92,0); }
H1.HeaderClassName
{
color: #C45C00;
}
.AnyTagClassName
{
color: #C45C00;
}
</style>
background-color css
<style>
a { background-color: #C45C00; }
a { background-color: rgb(196,92,0); }
div.DivClassName
{
background-color: #C45C00;
}
.BgClassName
{
background-color: #C45C00;
}
</style>
border-color css
<style>
span { border-color: #C45C00; }
span { border-color: rgb(196,92,0); }
td.TdClassName
{
border-color: #C45C00;
}
.TagClassName
{
border-color: #C45C00;
}
</style>