Shades of Tenne (Tawny) #C46C03
Tints of Tenne (Tawny) #C46C03
RGB
CMYK
RGB Variations
Color information
#C46C03 (or 0xC46C03) is known color: Tenne (Tawny). HEX triplet: C4, 6C and 03. RGB value is (196,108,3). Sum of RGB (Red+Green+Blue) = 196+108+3=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46C03 is #3B93FC. Grayscale: #7A7A7A. Windows color (decimal): -3904509 or 224452. OLE color: 224452.
HSL color Cylindrical-coordinate representation of color #C46C03: hue angle of 32.64º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C46C03 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.23 |
| HSL | 32.64º | 0.97% | 0.39% | - |
| HSV(B) | 32.64º | 0.98% | 0.77% | - |
| XYZ | 28.14 | 22.47 | 2.94 | - |
| YUV | 122.34 | 60.65 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 3 | 0 | 0.45 | 0.98 | 0.23 | 32.64 | 0.97 | 0.39 |
| Hex | C4 | 6C | 3 | 0 | 2D | 62 | 17 | 21 | 61 | 27 |
| Octal | 304 | 154 | 3 | 0 | 55 | 142 | 27 | 41 | 141 | 47 |
| Binary | 11000100 | 1101100 | 11 | 0 | 101101 | 1100010 | 10111 | 100001 | 1100001 | 100111 |
Color Harmonies of #C46C03
Complementary color
Monochromatic Colors of #C46C03
Black with #C46C03
Text Example
Text Example
White with #C46C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C03; }
p { color: rgb(196,108,3); }
H1.HeaderClassName
{
color: #C46C03;
}
.AnyTagClassName
{
color: #C46C03;
}
</style>
background-color css
<style>
a { background-color: #C46C03; }
a { background-color: rgb(196,108,3); }
div.DivClassName
{
background-color: #C46C03;
}
.BgClassName
{
background-color: #C46C03;
}
</style>
border-color css
<style>
span { border-color: #C46C03; }
span { border-color: rgb(196,108,3); }
td.TdClassName
{
border-color: #C46C03;
}
.TagClassName
{
border-color: #C46C03;
}
</style>