Shades of Tenne (Tawny) #C15C02
Tints of Tenne (Tawny) #C15C02
RGB
CMYK
RGB Variations
Color information
#C15C02 (or 0xC15C02) is known color: Tenne (Tawny). HEX triplet: C1, 5C and 02. RGB value is (193,92,2). Sum of RGB (Red+Green+Blue) = 193+92+2=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15C02 is #3EA3FD. Grayscale: #707070. Windows color (decimal): -4105214 or 154817. OLE color: 154817.
HSL color Cylindrical-coordinate representation of color #C15C02: hue angle of 28.27º 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 #C15C02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.24 |
| HSL | 28.27º | 0.98% | 0.38% | - |
| HSV(B) | 28.27º | 0.99% | 0.76% | - |
| XYZ | 25.83 | 19 | 2.36 | - |
| YUV | 111.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 2 | 0 | 0.52 | 0.99 | 0.24 | 28.27 | 0.98 | 0.38 |
| Hex | C1 | 5C | 2 | 0 | 34 | 63 | 18 | 1C | 62 | 26 |
| Octal | 301 | 134 | 2 | 0 | 64 | 143 | 30 | 34 | 142 | 46 |
| Binary | 11000001 | 1011100 | 10 | 0 | 110100 | 1100011 | 11000 | 11100 | 1100010 | 100110 |
Color Harmonies of #C15C02
Complementary color
Monochromatic Colors of #C15C02
Black with #C15C02
Text Example
Text Example
White with #C15C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C02; }
p { color: rgb(193,92,2); }
H1.HeaderClassName
{
color: #C15C02;
}
.AnyTagClassName
{
color: #C15C02;
}
</style>
background-color css
<style>
a { background-color: #C15C02; }
a { background-color: rgb(193,92,2); }
div.DivClassName
{
background-color: #C15C02;
}
.BgClassName
{
background-color: #C15C02;
}
</style>
border-color css
<style>
span { border-color: #C15C02; }
span { border-color: rgb(193,92,2); }
td.TdClassName
{
border-color: #C15C02;
}
.TagClassName
{
border-color: #C15C02;
}
</style>