Shades of Tenne (Tawny) #C36200
Tints of Tenne (Tawny) #C36200
RGB
CMYK
RGB Variations
Color information
#C36200 (or 0xC36200) is known color: Tenne (Tawny). HEX triplet: C3, 62 and 00. RGB value is (195,98,0). Sum of RGB (Red+Green+Blue) = 195+98+0=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C36200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36200 is #3C9DFF. Grayscale: #747474. Windows color (decimal): -3972608 or 25283. OLE color: 25283.
HSL color Cylindrical-coordinate representation of color #C36200: hue angle of 30.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C36200 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.24 |
| HSL | 30.15º | 1% | 0.38% | - |
| HSV(B) | 30.15º | 1% | 0.76% | - |
| XYZ | 26.87 | 20.34 | 2.51 | - |
| YUV | 115.83 | 62.64 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 0 | 0 | 0.50 | 1 | 0.24 | 30.15 | 1 | 0.38 |
| Hex | C3 | 62 | 0 | 0 | 32 | 64 | 18 | 1E | 64 | 26 |
| Octal | 303 | 142 | 0 | 0 | 62 | 144 | 30 | 36 | 144 | 46 |
| Binary | 11000011 | 1100010 | 0 | 0 | 110010 | 1100100 | 11000 | 11110 | 1100100 | 100110 |
Color Harmonies of #C36200
Complementary color
Monochromatic Colors of #C36200
Black with #C36200
Text Example
Text Example
White with #C36200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36200; }
p { color: rgb(195,98,0); }
H1.HeaderClassName
{
color: #C36200;
}
.AnyTagClassName
{
color: #C36200;
}
</style>
background-color css
<style>
a { background-color: #C36200; }
a { background-color: rgb(195,98,0); }
div.DivClassName
{
background-color: #C36200;
}
.BgClassName
{
background-color: #C36200;
}
</style>
border-color css
<style>
span { border-color: #C36200; }
span { border-color: rgb(195,98,0); }
td.TdClassName
{
border-color: #C36200;
}
.TagClassName
{
border-color: #C36200;
}
</style>