Shades of Tenne (Tawny) #C46E02
Tints of Tenne (Tawny) #C46E02
RGB
CMYK
RGB Variations
Color information
#C46E02 (or 0xC46E02) is known color: Tenne (Tawny). HEX triplet: C4, 6E and 02. RGB value is (196,110,2). Sum of RGB (Red+Green+Blue) = 196+110+2=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46E02 is #3B91FD. Grayscale: #7B7B7B. Windows color (decimal): -3903998 or 159428. OLE color: 159428.
HSL color Cylindrical-coordinate representation of color #C46E02: hue angle of 33.4º degrees, saturation: 0.98, 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 #C46E02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.23 |
| HSL | 33.4º | 0.98% | 0.39% | - |
| HSV(B) | 33.4º | 0.99% | 0.77% | - |
| XYZ | 28.35 | 22.89 | 2.98 | - |
| YUV | 123.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 2 | 0 | 0.44 | 0.99 | 0.23 | 33.4 | 0.98 | 0.39 |
| Hex | C4 | 6E | 2 | 0 | 2C | 63 | 17 | 21 | 62 | 27 |
| Octal | 304 | 156 | 2 | 0 | 54 | 143 | 27 | 41 | 142 | 47 |
| Binary | 11000100 | 1101110 | 10 | 0 | 101100 | 1100011 | 10111 | 100001 | 1100010 | 100111 |
Color Harmonies of #C46E02
Complementary color
Monochromatic Colors of #C46E02
Black with #C46E02
Text Example
Text Example
White with #C46E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E02; }
p { color: rgb(196,110,2); }
H1.HeaderClassName
{
color: #C46E02;
}
.AnyTagClassName
{
color: #C46E02;
}
</style>
background-color css
<style>
a { background-color: #C46E02; }
a { background-color: rgb(196,110,2); }
div.DivClassName
{
background-color: #C46E02;
}
.BgClassName
{
background-color: #C46E02;
}
</style>
border-color css
<style>
span { border-color: #C46E02; }
span { border-color: rgb(196,110,2); }
td.TdClassName
{
border-color: #C46E02;
}
.TagClassName
{
border-color: #C46E02;
}
</style>