Shades of Contessa #C17566
Tints of Contessa #C17566
RGB
CMYK
RGB Variations
Color information
#C17566 (or 0xC17566) is known color: Contessa. HEX triplet: C1, 75 and 66. RGB value is (193,117,102). Sum of RGB (Red+Green+Blue) = 193+117+102=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C17566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17566 is #3E8A99. Grayscale: #8A8A8A. Windows color (decimal): -4098714 or 6714817. OLE color: 6714817.
HSL color Cylindrical-coordinate representation of color #C17566: hue angle of 9.89º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17566 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 102 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.24 |
| HSL | 9.89º | 0.42% | 0.58% | - |
| HSV(B) | 9.89º | 0.47% | 0.76% | - |
| XYZ | 30.75 | 25.02 | 15.78 | - |
| YUV | 138.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 102 | 0 | 0.39 | 0.47 | 0.24 | 9.89 | 0.42 | 0.58 |
| Hex | C1 | 75 | 66 | 0 | 27 | 2F | 18 | A | 2A | 3A |
| Octal | 301 | 165 | 146 | 0 | 47 | 57 | 30 | 12 | 52 | 72 |
| Binary | 11000001 | 1110101 | 1100110 | 0 | 100111 | 101111 | 11000 | 1010 | 101010 | 111010 |
Color Harmonies of #C17566
Complementary color
Monochromatic Colors of #C17566
Black with #C17566
Text Example
Text Example
White with #C17566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17566; }
p { color: rgb(193,117,102); }
H1.HeaderClassName
{
color: #C17566;
}
.AnyTagClassName
{
color: #C17566;
}
</style>
background-color css
<style>
a { background-color: #C17566; }
a { background-color: rgb(193,117,102); }
div.DivClassName
{
background-color: #C17566;
}
.BgClassName
{
background-color: #C17566;
}
</style>
border-color css
<style>
span { border-color: #C17566; }
span { border-color: rgb(193,117,102); }
td.TdClassName
{
border-color: #C17566;
}
.TagClassName
{
border-color: #C17566;
}
</style>