Shades of Tenne (Tawny) #C15402
Tints of Tenne (Tawny) #C15402
RGB
CMYK
RGB Variations
Color information
#C15402 (or 0xC15402) is known color: Tenne (Tawny). HEX triplet: C1, 54 and 02. RGB value is (193,84,2). Sum of RGB (Red+Green+Blue) = 193+84+2=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C15402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15402 is #3EABFD. Grayscale: #6B6B6B. Windows color (decimal): -4107262 or 152769. OLE color: 152769.
HSL color Cylindrical-coordinate representation of color #C15402: hue angle of 25.76º 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 #C15402 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.24 |
| HSL | 25.76º | 0.98% | 0.38% | - |
| HSV(B) | 25.76º | 0.99% | 0.76% | - |
| XYZ | 25.17 | 17.68 | 2.14 | - |
| YUV | 107.24 | 68.61 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 2 | 0 | 0.56 | 0.99 | 0.24 | 25.76 | 0.98 | 0.38 |
| Hex | C1 | 54 | 2 | 0 | 38 | 63 | 18 | 1A | 62 | 26 |
| Octal | 301 | 124 | 2 | 0 | 70 | 143 | 30 | 32 | 142 | 46 |
| Binary | 11000001 | 1010100 | 10 | 0 | 111000 | 1100011 | 11000 | 11010 | 1100010 | 100110 |
Color Harmonies of #C15402
Complementary color
Monochromatic Colors of #C15402
Black with #C15402
Text Example
Text Example
White with #C15402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15402; }
p { color: rgb(193,84,2); }
H1.HeaderClassName
{
color: #C15402;
}
.AnyTagClassName
{
color: #C15402;
}
</style>
background-color css
<style>
a { background-color: #C15402; }
a { background-color: rgb(193,84,2); }
div.DivClassName
{
background-color: #C15402;
}
.BgClassName
{
background-color: #C15402;
}
</style>
border-color css
<style>
span { border-color: #C15402; }
span { border-color: rgb(193,84,2); }
td.TdClassName
{
border-color: #C15402;
}
.TagClassName
{
border-color: #C15402;
}
</style>