Shades of Tenne (Tawny) #C15700
Tints of Tenne (Tawny) #C15700
RGB
CMYK
RGB Variations
Color information
#C15700 (or 0xC15700) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 00. RGB value is (193,87,0). Sum of RGB (Red+Green+Blue) = 193+87+0=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C15700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15700 is #3EA8FF. Grayscale: #6D6D6D. Windows color (decimal): -4106496 or 22465. OLE color: 22465.
HSL color Cylindrical-coordinate representation of color #C15700: hue angle of 27.05º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C15700 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.24 |
| HSL | 27.05º | 1% | 0.38% | - |
| HSV(B) | 27.05º | 1% | 0.76% | - |
| XYZ | 25.4 | 18.15 | 2.17 | - |
| YUV | 108.78 | 66.62 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 0 | 0 | 0.55 | 1 | 0.24 | 27.05 | 1 | 0.38 |
| Hex | C1 | 57 | 0 | 0 | 37 | 64 | 18 | 1B | 64 | 26 |
| Octal | 301 | 127 | 0 | 0 | 67 | 144 | 30 | 33 | 144 | 46 |
| Binary | 11000001 | 1010111 | 0 | 0 | 110111 | 1100100 | 11000 | 11011 | 1100100 | 100110 |
Color Harmonies of #C15700
Complementary color
Monochromatic Colors of #C15700
Black with #C15700
Text Example
Text Example
White with #C15700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15700; }
p { color: rgb(193,87,0); }
H1.HeaderClassName
{
color: #C15700;
}
.AnyTagClassName
{
color: #C15700;
}
</style>
background-color css
<style>
a { background-color: #C15700; }
a { background-color: rgb(193,87,0); }
div.DivClassName
{
background-color: #C15700;
}
.BgClassName
{
background-color: #C15700;
}
</style>
border-color css
<style>
span { border-color: #C15700; }
span { border-color: rgb(193,87,0); }
td.TdClassName
{
border-color: #C15700;
}
.TagClassName
{
border-color: #C15700;
}
</style>