Shades of Tenne (Tawny) #C45A06
Tints of Tenne (Tawny) #C45A06
RGB
CMYK
RGB Variations
Color information
#C45A06 (or 0xC45A06) is known color: Tenne (Tawny). HEX triplet: C4, 5A and 06. RGB value is (196,90,6). Sum of RGB (Red+Green+Blue) = 196+90+6=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A06 is #3BA5F9. Grayscale: #707070. Windows color (decimal): -3909114 or 416452. OLE color: 416452.
HSL color Cylindrical-coordinate representation of color #C45A06: hue angle of 26.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C45A06 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 6 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.23 |
| HSL | 26.53º | 0.94% | 0.4% | - |
| HSV(B) | 26.53º | 0.97% | 0.77% | - |
| XYZ | 26.45 | 19.06 | 2.46 | - |
| YUV | 112.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 6 | 0 | 0.54 | 0.97 | 0.23 | 26.53 | 0.94 | 0.4 |
| Hex | C4 | 5A | 6 | 0 | 36 | 61 | 17 | 1B | 5E | 28 |
| Octal | 304 | 132 | 6 | 0 | 66 | 141 | 27 | 33 | 136 | 50 |
| Binary | 11000100 | 1011010 | 110 | 0 | 110110 | 1100001 | 10111 | 11011 | 1011110 | 101000 |
Color Harmonies of #C45A06
Complementary color
Monochromatic Colors of #C45A06
Black with #C45A06
Text Example
Text Example
White with #C45A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A06; }
p { color: rgb(196,90,6); }
H1.HeaderClassName
{
color: #C45A06;
}
.AnyTagClassName
{
color: #C45A06;
}
</style>
background-color css
<style>
a { background-color: #C45A06; }
a { background-color: rgb(196,90,6); }
div.DivClassName
{
background-color: #C45A06;
}
.BgClassName
{
background-color: #C45A06;
}
</style>
border-color css
<style>
span { border-color: #C45A06; }
span { border-color: rgb(196,90,6); }
td.TdClassName
{
border-color: #C45A06;
}
.TagClassName
{
border-color: #C45A06;
}
</style>