Shades of Tenne (Tawny) #C26002
Tints of Tenne (Tawny) #C26002
RGB
CMYK
RGB Variations
Color information
#C26002 (or 0xC26002) is known color: Tenne (Tawny). HEX triplet: C2, 60 and 02. RGB value is (194,96,2). Sum of RGB (Red+Green+Blue) = 194+96+2=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C26002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26002 is #3D9FFD. Grayscale: #737373. Windows color (decimal): -4038654 or 155842. OLE color: 155842.
HSL color Cylindrical-coordinate representation of color #C26002: hue angle of 29.38º 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 #C26002 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.24 |
| HSL | 29.38º | 0.98% | 0.38% | - |
| HSV(B) | 29.38º | 0.99% | 0.76% | - |
| XYZ | 26.44 | 19.84 | 2.49 | - |
| YUV | 114.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 2 | 0 | 0.51 | 0.99 | 0.24 | 29.38 | 0.98 | 0.38 |
| Hex | C2 | 60 | 2 | 0 | 33 | 63 | 18 | 1D | 62 | 26 |
| Octal | 302 | 140 | 2 | 0 | 63 | 143 | 30 | 35 | 142 | 46 |
| Binary | 11000010 | 1100000 | 10 | 0 | 110011 | 1100011 | 11000 | 11101 | 1100010 | 100110 |
Color Harmonies of #C26002
Complementary color
Monochromatic Colors of #C26002
Black with #C26002
Text Example
Text Example
White with #C26002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26002; }
p { color: rgb(194,96,2); }
H1.HeaderClassName
{
color: #C26002;
}
.AnyTagClassName
{
color: #C26002;
}
</style>
background-color css
<style>
a { background-color: #C26002; }
a { background-color: rgb(194,96,2); }
div.DivClassName
{
background-color: #C26002;
}
.BgClassName
{
background-color: #C26002;
}
</style>
border-color css
<style>
span { border-color: #C26002; }
span { border-color: rgb(194,96,2); }
td.TdClassName
{
border-color: #C26002;
}
.TagClassName
{
border-color: #C26002;
}
</style>