Shades of Contessa #C26E68
Tints of Contessa #C26E68
RGB
CMYK
RGB Variations
Color information
#C26E68 (or 0xC26E68) is known color: Contessa. HEX triplet: C2, 6E and 68. RGB value is (194,110,104). Sum of RGB (Red+Green+Blue) = 194+110+104=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E68 is #3D9197. Grayscale: #868686. Windows color (decimal): -4034968 or 6844098. OLE color: 6844098.
HSL color Cylindrical-coordinate representation of color #C26E68: hue angle of 4º 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 #C26E68 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 104 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.24 |
| HSL | 4º | 0.42% | 0.58% | - |
| HSV(B) | 4º | 0.46% | 0.76% | - |
| XYZ | 30.32 | 23.62 | 16.06 | - |
| YUV | 134.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 104 | 0 | 0.43 | 0.46 | 0.24 | 4 | 0.42 | 0.58 |
| Hex | C2 | 6E | 68 | 0 | 2B | 2E | 18 | 4 | 2A | 3A |
| Octal | 302 | 156 | 150 | 0 | 53 | 56 | 30 | 4 | 52 | 72 |
| Binary | 11000010 | 1101110 | 1101000 | 0 | 101011 | 101110 | 11000 | 100 | 101010 | 111010 |
Color Harmonies of #C26E68
Complementary color
Monochromatic Colors of #C26E68
Black with #C26E68
Text Example
Text Example
White with #C26E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E68; }
p { color: rgb(194,110,104); }
H1.HeaderClassName
{
color: #C26E68;
}
.AnyTagClassName
{
color: #C26E68;
}
</style>
background-color css
<style>
a { background-color: #C26E68; }
a { background-color: rgb(194,110,104); }
div.DivClassName
{
background-color: #C26E68;
}
.BgClassName
{
background-color: #C26E68;
}
</style>
border-color css
<style>
span { border-color: #C26E68; }
span { border-color: rgb(194,110,104); }
td.TdClassName
{
border-color: #C26E68;
}
.TagClassName
{
border-color: #C26E68;
}
</style>