Shades of Tenne (Tawny) #C26102
Tints of Tenne (Tawny) #C26102
RGB
CMYK
RGB Variations
Color information
#C26102 (or 0xC26102) is known color: Tenne (Tawny). HEX triplet: C2, 61 and 02. RGB value is (194,97,2). Sum of RGB (Red+Green+Blue) = 194+97+2=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C26102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26102 is #3D9EFD. Grayscale: #737373. Windows color (decimal): -4038398 or 156098. OLE color: 156098.
HSL color Cylindrical-coordinate representation of color #C26102: hue angle of 29.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C26102 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.24 |
| HSL | 29.69º | 0.98% | 0.38% | - |
| HSV(B) | 29.69º | 0.99% | 0.76% | - |
| XYZ | 26.53 | 20.02 | 2.52 | - |
| YUV | 115.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 2 | 0 | 0.50 | 0.99 | 0.24 | 29.69 | 0.98 | 0.38 |
| Hex | C2 | 61 | 2 | 0 | 32 | 63 | 18 | 1E | 62 | 26 |
| Octal | 302 | 141 | 2 | 0 | 62 | 143 | 30 | 36 | 142 | 46 |
| Binary | 11000010 | 1100001 | 10 | 0 | 110010 | 1100011 | 11000 | 11110 | 1100010 | 100110 |
Color Harmonies of #C26102
Complementary color
Monochromatic Colors of #C26102
Black with #C26102
Text Example
Text Example
White with #C26102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26102; }
p { color: rgb(194,97,2); }
H1.HeaderClassName
{
color: #C26102;
}
.AnyTagClassName
{
color: #C26102;
}
</style>
background-color css
<style>
a { background-color: #C26102; }
a { background-color: rgb(194,97,2); }
div.DivClassName
{
background-color: #C26102;
}
.BgClassName
{
background-color: #C26102;
}
</style>
border-color css
<style>
span { border-color: #C26102; }
span { border-color: rgb(194,97,2); }
td.TdClassName
{
border-color: #C26102;
}
.TagClassName
{
border-color: #C26102;
}
</style>