Shades of Tenne (Tawny) #C35902
Tints of Tenne (Tawny) #C35902
RGB
CMYK
RGB Variations
Color information
#C35902 (or 0xC35902) is known color: Tenne (Tawny). HEX triplet: C3, 59 and 02. RGB value is (195,89,2). Sum of RGB (Red+Green+Blue) = 195+89+2=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C35902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35902 is #3CA6FD. Grayscale: #6F6F6F. Windows color (decimal): -3974910 or 154051. OLE color: 154051.
HSL color Cylindrical-coordinate representation of color #C35902: hue angle of 27.05º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C35902 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.24 |
| HSL | 27.05º | 0.98% | 0.39% | - |
| HSV(B) | 27.05º | 0.99% | 0.76% | - |
| XYZ | 26.09 | 18.75 | 2.3 | - |
| YUV | 110.78 | 66.62 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 2 | 0 | 0.54 | 0.99 | 0.24 | 27.05 | 0.98 | 0.39 |
| Hex | C3 | 59 | 2 | 0 | 36 | 63 | 18 | 1B | 62 | 27 |
| Octal | 303 | 131 | 2 | 0 | 66 | 143 | 30 | 33 | 142 | 47 |
| Binary | 11000011 | 1011001 | 10 | 0 | 110110 | 1100011 | 11000 | 11011 | 1100010 | 100111 |
Color Harmonies of #C35902
Complementary color
Monochromatic Colors of #C35902
Black with #C35902
Text Example
Text Example
White with #C35902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35902; }
p { color: rgb(195,89,2); }
H1.HeaderClassName
{
color: #C35902;
}
.AnyTagClassName
{
color: #C35902;
}
</style>
background-color css
<style>
a { background-color: #C35902; }
a { background-color: rgb(195,89,2); }
div.DivClassName
{
background-color: #C35902;
}
.BgClassName
{
background-color: #C35902;
}
</style>
border-color css
<style>
span { border-color: #C35902; }
span { border-color: rgb(195,89,2); }
td.TdClassName
{
border-color: #C35902;
}
.TagClassName
{
border-color: #C35902;
}
</style>