Shades of Contessa #C26E61
Tints of Contessa #C26E61
RGB
CMYK
RGB Variations
Color information
#C26E61 (or 0xC26E61) is known color: Contessa. HEX triplet: C2, 6E and 61. RGB value is (194,110,97). Sum of RGB (Red+Green+Blue) = 194+110+97=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E61 is #3D919E. Grayscale: #858585. Windows color (decimal): -4034975 or 6385346. OLE color: 6385346.
HSL color Cylindrical-coordinate representation of color #C26E61: hue angle of 8.04º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26E61 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 97 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.24 |
| HSL | 8.04º | 0.44% | 0.57% | - |
| HSV(B) | 8.04º | 0.5% | 0.76% | - |
| XYZ | 29.98 | 23.48 | 14.26 | - |
| YUV | 133.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 97 | 0 | 0.43 | 0.50 | 0.24 | 8.04 | 0.44 | 0.57 |
| Hex | C2 | 6E | 61 | 0 | 2B | 32 | 18 | 8 | 2C | 39 |
| Octal | 302 | 156 | 141 | 0 | 53 | 62 | 30 | 10 | 54 | 71 |
| Binary | 11000010 | 1101110 | 1100001 | 0 | 101011 | 110010 | 11000 | 1000 | 101100 | 111001 |
Color Harmonies of #C26E61
Complementary color
Monochromatic Colors of #C26E61
Black with #C26E61
Text Example
Text Example
White with #C26E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E61; }
p { color: rgb(194,110,97); }
H1.HeaderClassName
{
color: #C26E61;
}
.AnyTagClassName
{
color: #C26E61;
}
</style>
background-color css
<style>
a { background-color: #C26E61; }
a { background-color: rgb(194,110,97); }
div.DivClassName
{
background-color: #C26E61;
}
.BgClassName
{
background-color: #C26E61;
}
</style>
border-color css
<style>
span { border-color: #C26E61; }
span { border-color: rgb(194,110,97); }
td.TdClassName
{
border-color: #C26E61;
}
.TagClassName
{
border-color: #C26E61;
}
</style>