Shades of Contessa #C26E6C
Tints of Contessa #C26E6C
RGB
CMYK
RGB Variations
Color information
#C26E6C (or 0xC26E6C) is known color: Contessa. HEX triplet: C2, 6E and 6C. RGB value is (194,110,108). Sum of RGB (Red+Green+Blue) = 194+110+108=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E6C is #3D9193. Grayscale: #868686. Windows color (decimal): -4034964 or 7106242. OLE color: 7106242.
HSL color Cylindrical-coordinate representation of color #C26E6C: hue angle of 1.4º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26E6C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 108 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.24 |
| HSL | 1.4º | 0.41% | 0.59% | - |
| HSV(B) | 1.4º | 0.44% | 0.76% | - |
| XYZ | 30.53 | 23.7 | 17.15 | - |
| YUV | 134.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 108 | 0 | 0.43 | 0.44 | 0.24 | 1.4 | 0.41 | 0.59 |
| Hex | C2 | 6E | 6C | 0 | 2B | 2C | 18 | 1 | 29 | 3B |
| Octal | 302 | 156 | 154 | 0 | 53 | 54 | 30 | 1 | 51 | 73 |
| Binary | 11000010 | 1101110 | 1101100 | 0 | 101011 | 101100 | 11000 | 1 | 101001 | 111011 |
Color Harmonies of #C26E6C
Complementary color
Monochromatic Colors of #C26E6C
Black with #C26E6C
Text Example
Text Example
White with #C26E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E6C; }
p { color: rgb(194,110,108); }
H1.HeaderClassName
{
color: #C26E6C;
}
.AnyTagClassName
{
color: #C26E6C;
}
</style>
background-color css
<style>
a { background-color: #C26E6C; }
a { background-color: rgb(194,110,108); }
div.DivClassName
{
background-color: #C26E6C;
}
.BgClassName
{
background-color: #C26E6C;
}
</style>
border-color css
<style>
span { border-color: #C26E6C; }
span { border-color: rgb(194,110,108); }
td.TdClassName
{
border-color: #C26E6C;
}
.TagClassName
{
border-color: #C26E6C;
}
</style>