Shades of Tenne (Tawny) #C36008
Tints of Tenne (Tawny) #C36008
RGB
CMYK
RGB Variations
Color information
#C36008 (or 0xC36008) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 08. RGB value is (195,96,8). Sum of RGB (Red+Green+Blue) = 195+96+8=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C36008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36008 is #3C9FF7. Grayscale: #747474. Windows color (decimal): -3973112 or 549059. OLE color: 549059.
HSL color Cylindrical-coordinate representation of color #C36008: hue angle of 28.24º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C36008 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.24 |
| HSL | 28.24º | 0.92% | 0.4% | - |
| HSV(B) | 28.24º | 0.96% | 0.76% | - |
| XYZ | 26.73 | 19.99 | 2.68 | - |
| YUV | 115.57 | 67.3 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 8 | 0 | 0.51 | 0.96 | 0.24 | 28.24 | 0.92 | 0.4 |
| Hex | C3 | 60 | 8 | 0 | 33 | 60 | 18 | 1C | 5C | 28 |
| Octal | 303 | 140 | 10 | 0 | 63 | 140 | 30 | 34 | 134 | 50 |
| Binary | 11000011 | 1100000 | 1000 | 0 | 110011 | 1100000 | 11000 | 11100 | 1011100 | 101000 |
Color Harmonies of #C36008
Complementary color
Monochromatic Colors of #C36008
Black with #C36008
Text Example
Text Example
White with #C36008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36008; }
p { color: rgb(195,96,8); }
H1.HeaderClassName
{
color: #C36008;
}
.AnyTagClassName
{
color: #C36008;
}
</style>
background-color css
<style>
a { background-color: #C36008; }
a { background-color: rgb(195,96,8); }
div.DivClassName
{
background-color: #C36008;
}
.BgClassName
{
background-color: #C36008;
}
</style>
border-color css
<style>
span { border-color: #C36008; }
span { border-color: rgb(195,96,8); }
td.TdClassName
{
border-color: #C36008;
}
.TagClassName
{
border-color: #C36008;
}
</style>