Shades of Tenne (Tawny) #C15D02
Tints of Tenne (Tawny) #C15D02
RGB
CMYK
RGB Variations
Color information
#C15D02 (or 0xC15D02) is known color: Tenne (Tawny). HEX triplet: C1, 5D and 02. RGB value is (193,93,2). Sum of RGB (Red+Green+Blue) = 193+93+2=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D02 is #3EA2FD. Grayscale: #707070. Windows color (decimal): -4104958 or 155073. OLE color: 155073.
HSL color Cylindrical-coordinate representation of color #C15D02: hue angle of 28.59º 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 #C15D02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.24 |
| HSL | 28.59º | 0.98% | 0.38% | - |
| HSV(B) | 28.59º | 0.99% | 0.76% | - |
| XYZ | 25.92 | 19.17 | 2.39 | - |
| YUV | 112.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 2 | 0 | 0.52 | 0.99 | 0.24 | 28.59 | 0.98 | 0.38 |
| Hex | C1 | 5D | 2 | 0 | 34 | 63 | 18 | 1D | 62 | 26 |
| Octal | 301 | 135 | 2 | 0 | 64 | 143 | 30 | 35 | 142 | 46 |
| Binary | 11000001 | 1011101 | 10 | 0 | 110100 | 1100011 | 11000 | 11101 | 1100010 | 100110 |
Color Harmonies of #C15D02
Complementary color
Monochromatic Colors of #C15D02
Black with #C15D02
Text Example
Text Example
White with #C15D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D02; }
p { color: rgb(193,93,2); }
H1.HeaderClassName
{
color: #C15D02;
}
.AnyTagClassName
{
color: #C15D02;
}
</style>
background-color css
<style>
a { background-color: #C15D02; }
a { background-color: rgb(193,93,2); }
div.DivClassName
{
background-color: #C15D02;
}
.BgClassName
{
background-color: #C15D02;
}
</style>
border-color css
<style>
span { border-color: #C15D02; }
span { border-color: rgb(193,93,2); }
td.TdClassName
{
border-color: #C15D02;
}
.TagClassName
{
border-color: #C15D02;
}
</style>