Shades of Tenne (Tawny) #C46302
Tints of Tenne (Tawny) #C46302
RGB
CMYK
RGB Variations
Color information
#C46302 (or 0xC46302) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 02. RGB value is (196,99,2). Sum of RGB (Red+Green+Blue) = 196+99+2=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C46302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46302 is #3B9CFD. Grayscale: #757575. Windows color (decimal): -3906814 or 156612. OLE color: 156612.
HSL color Cylindrical-coordinate representation of color #C46302: hue angle of 30º 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 #C46302 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.23 |
| HSL | 30º | 0.98% | 0.39% | - |
| HSV(B) | 30º | 0.99% | 0.77% | - |
| XYZ | 27.24 | 20.66 | 2.61 | - |
| YUV | 116.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 2 | 0 | 0.49 | 0.99 | 0.23 | 30 | 0.98 | 0.39 |
| Hex | C4 | 63 | 2 | 0 | 31 | 63 | 17 | 1E | 62 | 27 |
| Octal | 304 | 143 | 2 | 0 | 61 | 143 | 27 | 36 | 142 | 47 |
| Binary | 11000100 | 1100011 | 10 | 0 | 110001 | 1100011 | 10111 | 11110 | 1100010 | 100111 |
Color Harmonies of #C46302
Complementary color
Monochromatic Colors of #C46302
Black with #C46302
Text Example
Text Example
White with #C46302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46302; }
p { color: rgb(196,99,2); }
H1.HeaderClassName
{
color: #C46302;
}
.AnyTagClassName
{
color: #C46302;
}
</style>
background-color css
<style>
a { background-color: #C46302; }
a { background-color: rgb(196,99,2); }
div.DivClassName
{
background-color: #C46302;
}
.BgClassName
{
background-color: #C46302;
}
</style>
border-color css
<style>
span { border-color: #C46302; }
span { border-color: rgb(196,99,2); }
td.TdClassName
{
border-color: #C46302;
}
.TagClassName
{
border-color: #C46302;
}
</style>