Shades of Tenne (Tawny) #C15702
Tints of Tenne (Tawny) #C15702
RGB
CMYK
RGB Variations
Color information
#C15702 (or 0xC15702) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 02. RGB value is (193,87,2). Sum of RGB (Red+Green+Blue) = 193+87+2=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C15702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15702 is #3EA8FD. Grayscale: #6D6D6D. Windows color (decimal): -4106494 or 153537. OLE color: 153537.
HSL color Cylindrical-coordinate representation of color #C15702: hue angle of 26.7º 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 #C15702 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.24 |
| HSL | 26.7º | 0.98% | 0.38% | - |
| HSV(B) | 26.7º | 0.99% | 0.76% | - |
| XYZ | 25.41 | 18.16 | 2.22 | - |
| YUV | 109 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 2 | 0 | 0.55 | 0.99 | 0.24 | 26.7 | 0.98 | 0.38 |
| Hex | C1 | 57 | 2 | 0 | 37 | 63 | 18 | 1B | 62 | 26 |
| Octal | 301 | 127 | 2 | 0 | 67 | 143 | 30 | 33 | 142 | 46 |
| Binary | 11000001 | 1010111 | 10 | 0 | 110111 | 1100011 | 11000 | 11011 | 1100010 | 100110 |
Color Harmonies of #C15702
Complementary color
Monochromatic Colors of #C15702
Black with #C15702
Text Example
Text Example
White with #C15702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15702; }
p { color: rgb(193,87,2); }
H1.HeaderClassName
{
color: #C15702;
}
.AnyTagClassName
{
color: #C15702;
}
</style>
background-color css
<style>
a { background-color: #C15702; }
a { background-color: rgb(193,87,2); }
div.DivClassName
{
background-color: #C15702;
}
.BgClassName
{
background-color: #C15702;
}
</style>
border-color css
<style>
span { border-color: #C15702; }
span { border-color: rgb(193,87,2); }
td.TdClassName
{
border-color: #C15702;
}
.TagClassName
{
border-color: #C15702;
}
</style>