Shades of Contessa #C16563
Tints of Contessa #C16563
RGB
CMYK
RGB Variations
Color information
#C16563 (or 0xC16563) is known color: Contessa. HEX triplet: C1, 65 and 63. RGB value is (193,101,99). Sum of RGB (Red+Green+Blue) = 193+101+99=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C16563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16563 is #3E9A9C. Grayscale: #808080. Windows color (decimal): -4102813 or 6514113. OLE color: 6514113.
HSL color Cylindrical-coordinate representation of color #C16563: hue angle of 1.28º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16563 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 99 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.24 |
| HSL | 1.28º | 0.43% | 0.57% | - |
| HSV(B) | 1.28º | 0.49% | 0.76% | - |
| XYZ | 28.9 | 21.55 | 14.44 | - |
| YUV | 128.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 99 | 0 | 0.48 | 0.49 | 0.24 | 1.28 | 0.43 | 0.57 |
| Hex | C1 | 65 | 63 | 0 | 30 | 31 | 18 | 1 | 2B | 39 |
| Octal | 301 | 145 | 143 | 0 | 60 | 61 | 30 | 1 | 53 | 71 |
| Binary | 11000001 | 1100101 | 1100011 | 0 | 110000 | 110001 | 11000 | 1 | 101011 | 111001 |
Color Harmonies of #C16563
Complementary color
Monochromatic Colors of #C16563
Black with #C16563
Text Example
Text Example
White with #C16563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16563; }
p { color: rgb(193,101,99); }
H1.HeaderClassName
{
color: #C16563;
}
.AnyTagClassName
{
color: #C16563;
}
</style>
background-color css
<style>
a { background-color: #C16563; }
a { background-color: rgb(193,101,99); }
div.DivClassName
{
background-color: #C16563;
}
.BgClassName
{
background-color: #C16563;
}
</style>
border-color css
<style>
span { border-color: #C16563; }
span { border-color: rgb(193,101,99); }
td.TdClassName
{
border-color: #C16563;
}
.TagClassName
{
border-color: #C16563;
}
</style>