Shades of Contessa #C17C68
Tints of Contessa #C17C68
RGB
CMYK
RGB Variations
Color information
#C17C68 (or 0xC17C68) is known color: Contessa. HEX triplet: C1, 7C and 68. RGB value is (193,124,104). Sum of RGB (Red+Green+Blue) = 193+124+104=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C68 is #3E8397. Grayscale: #8E8E8E. Windows color (decimal): -4096920 or 6847681. OLE color: 6847681.
HSL color Cylindrical-coordinate representation of color #C17C68: hue angle of 13.48º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17C68 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 104 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.24 |
| HSL | 13.48º | 0.42% | 0.58% | - |
| HSV(B) | 13.48º | 0.46% | 0.76% | - |
| XYZ | 31.7 | 26.75 | 16.59 | - |
| YUV | 142.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 104 | 0 | 0.36 | 0.46 | 0.24 | 13.48 | 0.42 | 0.58 |
| Hex | C1 | 7C | 68 | 0 | 24 | 2E | 18 | D | 2A | 3A |
| Octal | 301 | 174 | 150 | 0 | 44 | 56 | 30 | 15 | 52 | 72 |
| Binary | 11000001 | 1111100 | 1101000 | 0 | 100100 | 101110 | 11000 | 1101 | 101010 | 111010 |
Color Harmonies of #C17C68
Complementary color
Monochromatic Colors of #C17C68
Black with #C17C68
Text Example
Text Example
White with #C17C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C68; }
p { color: rgb(193,124,104); }
H1.HeaderClassName
{
color: #C17C68;
}
.AnyTagClassName
{
color: #C17C68;
}
</style>
background-color css
<style>
a { background-color: #C17C68; }
a { background-color: rgb(193,124,104); }
div.DivClassName
{
background-color: #C17C68;
}
.BgClassName
{
background-color: #C17C68;
}
</style>
border-color css
<style>
span { border-color: #C17C68; }
span { border-color: rgb(193,124,104); }
td.TdClassName
{
border-color: #C17C68;
}
.TagClassName
{
border-color: #C17C68;
}
</style>