Shades of Tenne (Tawny) #C15802
Tints of Tenne (Tawny) #C15802
RGB
CMYK
RGB Variations
Color information
#C15802 (or 0xC15802) is known color: Tenne (Tawny). HEX triplet: C1, 58 and 02. RGB value is (193,88,2). Sum of RGB (Red+Green+Blue) = 193+88+2=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C15802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15802 is #3EA7FD. Grayscale: #6E6E6E. Windows color (decimal): -4106238 or 153793. OLE color: 153793.
HSL color Cylindrical-coordinate representation of color #C15802: hue angle of 27.02º 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 #C15802 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.24 |
| HSL | 27.02º | 0.98% | 0.38% | - |
| HSV(B) | 27.02º | 0.99% | 0.76% | - |
| XYZ | 25.49 | 18.32 | 2.25 | - |
| YUV | 109.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 2 | 0 | 0.54 | 0.99 | 0.24 | 27.02 | 0.98 | 0.38 |
| Hex | C1 | 58 | 2 | 0 | 36 | 63 | 18 | 1B | 62 | 26 |
| Octal | 301 | 130 | 2 | 0 | 66 | 143 | 30 | 33 | 142 | 46 |
| Binary | 11000001 | 1011000 | 10 | 0 | 110110 | 1100011 | 11000 | 11011 | 1100010 | 100110 |
Color Harmonies of #C15802
Complementary color
Monochromatic Colors of #C15802
Black with #C15802
Text Example
Text Example
White with #C15802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15802; }
p { color: rgb(193,88,2); }
H1.HeaderClassName
{
color: #C15802;
}
.AnyTagClassName
{
color: #C15802;
}
</style>
background-color css
<style>
a { background-color: #C15802; }
a { background-color: rgb(193,88,2); }
div.DivClassName
{
background-color: #C15802;
}
.BgClassName
{
background-color: #C15802;
}
</style>
border-color css
<style>
span { border-color: #C15802; }
span { border-color: rgb(193,88,2); }
td.TdClassName
{
border-color: #C15802;
}
.TagClassName
{
border-color: #C15802;
}
</style>