Shades of Tenne (Tawny) #C15D08
Tints of Tenne (Tawny) #C15D08
RGB
CMYK
RGB Variations
Color information
#C15D08 (or 0xC15D08) is known color: Tenne (Tawny). HEX triplet: C1, 5D and 08. RGB value is (193,93,8). Sum of RGB (Red+Green+Blue) = 193+93+8=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D08 is #3EA2F7. Grayscale: #717171. Windows color (decimal): -4104952 or 548289. OLE color: 548289.
HSL color Cylindrical-coordinate representation of color #C15D08: hue angle of 27.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C15D08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.24 |
| HSL | 27.57º | 0.92% | 0.39% | - |
| HSV(B) | 27.57º | 0.96% | 0.76% | - |
| XYZ | 25.95 | 19.18 | 2.56 | - |
| YUV | 113.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 8 | 0 | 0.52 | 0.96 | 0.24 | 27.57 | 0.92 | 0.39 |
| Hex | C1 | 5D | 8 | 0 | 34 | 60 | 18 | 1C | 5C | 27 |
| Octal | 301 | 135 | 10 | 0 | 64 | 140 | 30 | 34 | 134 | 47 |
| Binary | 11000001 | 1011101 | 1000 | 0 | 110100 | 1100000 | 11000 | 11100 | 1011100 | 100111 |
Color Harmonies of #C15D08
Complementary color
Monochromatic Colors of #C15D08
Black with #C15D08
Text Example
Text Example
White with #C15D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D08; }
p { color: rgb(193,93,8); }
H1.HeaderClassName
{
color: #C15D08;
}
.AnyTagClassName
{
color: #C15D08;
}
</style>
background-color css
<style>
a { background-color: #C15D08; }
a { background-color: rgb(193,93,8); }
div.DivClassName
{
background-color: #C15D08;
}
.BgClassName
{
background-color: #C15D08;
}
</style>
border-color css
<style>
span { border-color: #C15D08; }
span { border-color: rgb(193,93,8); }
td.TdClassName
{
border-color: #C15D08;
}
.TagClassName
{
border-color: #C15D08;
}
</style>