Shades of Contessa #C16565
Tints of Contessa #C16565
RGB
CMYK
RGB Variations
Color information
#C16565 (or 0xC16565) is known color: Contessa. HEX triplet: C1, 65 and 65. RGB value is (193,101,101). Sum of RGB (Red+Green+Blue) = 193+101+101=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C16565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16565 is #3E9A9A. Grayscale: #808080. Windows color (decimal): -4102811 or 6645185. OLE color: 6645185.
HSL color Cylindrical-coordinate representation of color #C16565: hue angle of 0º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16565 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 101 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.24 |
| HSL | 0º | 0.43% | 0.58% | - |
| HSV(B) | 0º | 0.48% | 0.76% | - |
| XYZ | 28.99 | 21.58 | 14.95 | - |
| YUV | 128.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 101 | 0 | 0.48 | 0.48 | 0.24 | 0 | 0.43 | 0.58 |
| Hex | C1 | 65 | 65 | 0 | 30 | 30 | 18 | 0 | 2B | 3A |
| Octal | 301 | 145 | 145 | 0 | 60 | 60 | 30 | 0 | 53 | 72 |
| Binary | 11000001 | 1100101 | 1100101 | 0 | 110000 | 110000 | 11000 | 0 | 101011 | 111010 |
Color Harmonies of #C16565
Complementary color
Monochromatic Colors of #C16565
Black with #C16565
Text Example
Text Example
White with #C16565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16565; }
p { color: rgb(193,101,101); }
H1.HeaderClassName
{
color: #C16565;
}
.AnyTagClassName
{
color: #C16565;
}
</style>
background-color css
<style>
a { background-color: #C16565; }
a { background-color: rgb(193,101,101); }
div.DivClassName
{
background-color: #C16565;
}
.BgClassName
{
background-color: #C16565;
}
</style>
border-color css
<style>
span { border-color: #C16565; }
span { border-color: rgb(193,101,101); }
td.TdClassName
{
border-color: #C16565;
}
.TagClassName
{
border-color: #C16565;
}
</style>