Shades of Tenne (Tawny) #C15003
Tints of Tenne (Tawny) #C15003
RGB
CMYK
RGB Variations
Color information
#C15003 (or 0xC15003) is known color: Tenne (Tawny). HEX triplet: C1, 50 and 03. RGB value is (193,80,3). Sum of RGB (Red+Green+Blue) = 193+80+3=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C15003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15003 is #3EAFFC. Grayscale: #696969. Windows color (decimal): -4108285 or 217281. OLE color: 217281.
HSL color Cylindrical-coordinate representation of color #C15003: hue angle of 24.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C15003 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.24 |
| HSL | 24.32º | 0.97% | 0.38% | - |
| HSV(B) | 24.32º | 0.98% | 0.76% | - |
| XYZ | 24.88 | 17.08 | 2.07 | - |
| YUV | 105.01 | 70.44 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 3 | 0 | 0.59 | 0.98 | 0.24 | 24.32 | 0.97 | 0.38 |
| Hex | C1 | 50 | 3 | 0 | 3B | 62 | 18 | 18 | 61 | 26 |
| Octal | 301 | 120 | 3 | 0 | 73 | 142 | 30 | 30 | 141 | 46 |
| Binary | 11000001 | 1010000 | 11 | 0 | 111011 | 1100010 | 11000 | 11000 | 1100001 | 100110 |
Color Harmonies of #C15003
Complementary color
Monochromatic Colors of #C15003
Black with #C15003
Text Example
Text Example
White with #C15003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15003; }
p { color: rgb(193,80,3); }
H1.HeaderClassName
{
color: #C15003;
}
.AnyTagClassName
{
color: #C15003;
}
</style>
background-color css
<style>
a { background-color: #C15003; }
a { background-color: rgb(193,80,3); }
div.DivClassName
{
background-color: #C15003;
}
.BgClassName
{
background-color: #C15003;
}
</style>
border-color css
<style>
span { border-color: #C15003; }
span { border-color: rgb(193,80,3); }
td.TdClassName
{
border-color: #C15003;
}
.TagClassName
{
border-color: #C15003;
}
</style>