Shades of Tenne (Tawny) #C36003
Tints of Tenne (Tawny) #C36003
RGB
CMYK
RGB Variations
Color information
#C36003 (or 0xC36003) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 03. RGB value is (195,96,3). Sum of RGB (Red+Green+Blue) = 195+96+3=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C36003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36003 is #3C9FFC. Grayscale: #737373. Windows color (decimal): -3973117 or 221379. OLE color: 221379.
HSL color Cylindrical-coordinate representation of color #C36003: hue angle of 29.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C36003 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.24 |
| HSL | 29.06º | 0.97% | 0.39% | - |
| HSV(B) | 29.06º | 0.98% | 0.76% | - |
| XYZ | 26.7 | 19.97 | 2.53 | - |
| YUV | 115 | 64.8 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 3 | 0 | 0.51 | 0.98 | 0.24 | 29.06 | 0.97 | 0.39 |
| Hex | C3 | 60 | 3 | 0 | 33 | 62 | 18 | 1D | 61 | 27 |
| Octal | 303 | 140 | 3 | 0 | 63 | 142 | 30 | 35 | 141 | 47 |
| Binary | 11000011 | 1100000 | 11 | 0 | 110011 | 1100010 | 11000 | 11101 | 1100001 | 100111 |
Color Harmonies of #C36003
Complementary color
Monochromatic Colors of #C36003
Black with #C36003
Text Example
Text Example
White with #C36003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36003; }
p { color: rgb(195,96,3); }
H1.HeaderClassName
{
color: #C36003;
}
.AnyTagClassName
{
color: #C36003;
}
</style>
background-color css
<style>
a { background-color: #C36003; }
a { background-color: rgb(195,96,3); }
div.DivClassName
{
background-color: #C36003;
}
.BgClassName
{
background-color: #C36003;
}
</style>
border-color css
<style>
span { border-color: #C36003; }
span { border-color: rgb(195,96,3); }
td.TdClassName
{
border-color: #C36003;
}
.TagClassName
{
border-color: #C36003;
}
</style>