Shades of Tenne (Tawny) #C15202
Tints of Tenne (Tawny) #C15202
RGB
CMYK
RGB Variations
Color information
#C15202 (or 0xC15202) is known color: Tenne (Tawny). HEX triplet: C1, 52 and 02. RGB value is (193,82,2). Sum of RGB (Red+Green+Blue) = 193+82+2=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C15202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15202 is #3EADFD. Grayscale: #6A6A6A. Windows color (decimal): -4107774 or 152257. OLE color: 152257.
HSL color Cylindrical-coordinate representation of color #C15202: hue angle of 25.13º 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 #C15202 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.24 |
| HSL | 25.13º | 0.98% | 0.38% | - |
| HSV(B) | 25.13º | 0.99% | 0.76% | - |
| XYZ | 25.02 | 17.38 | 2.09 | - |
| YUV | 106.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 2 | 0 | 0.58 | 0.99 | 0.24 | 25.13 | 0.98 | 0.38 |
| Hex | C1 | 52 | 2 | 0 | 3A | 63 | 18 | 19 | 62 | 26 |
| Octal | 301 | 122 | 2 | 0 | 72 | 143 | 30 | 31 | 142 | 46 |
| Binary | 11000001 | 1010010 | 10 | 0 | 111010 | 1100011 | 11000 | 11001 | 1100010 | 100110 |
Color Harmonies of #C15202
Complementary color
Monochromatic Colors of #C15202
Black with #C15202
Text Example
Text Example
White with #C15202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15202; }
p { color: rgb(193,82,2); }
H1.HeaderClassName
{
color: #C15202;
}
.AnyTagClassName
{
color: #C15202;
}
</style>
background-color css
<style>
a { background-color: #C15202; }
a { background-color: rgb(193,82,2); }
div.DivClassName
{
background-color: #C15202;
}
.BgClassName
{
background-color: #C15202;
}
</style>
border-color css
<style>
span { border-color: #C15202; }
span { border-color: rgb(193,82,2); }
td.TdClassName
{
border-color: #C15202;
}
.TagClassName
{
border-color: #C15202;
}
</style>