Shades of Contessa #C26C60
Tints of Contessa #C26C60
RGB
CMYK
RGB Variations
Color information
#C26C60 (or 0xC26C60) is known color: Contessa. HEX triplet: C2, 6C and 60. RGB value is (194,108,96). Sum of RGB (Red+Green+Blue) = 194+108+96=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C60 is #3D939F. Grayscale: #848484. Windows color (decimal): -4035488 or 6319298. OLE color: 6319298.
HSL color Cylindrical-coordinate representation of color #C26C60: hue angle of 7.35º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26C60 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 96 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.24 |
| HSL | 7.35º | 0.45% | 0.57% | - |
| HSV(B) | 7.35º | 0.51% | 0.76% | - |
| XYZ | 29.72 | 23.04 | 13.95 | - |
| YUV | 132.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 96 | 0 | 0.44 | 0.51 | 0.24 | 7.35 | 0.45 | 0.57 |
| Hex | C2 | 6C | 60 | 0 | 2C | 33 | 18 | 7 | 2D | 39 |
| Octal | 302 | 154 | 140 | 0 | 54 | 63 | 30 | 7 | 55 | 71 |
| Binary | 11000010 | 1101100 | 1100000 | 0 | 101100 | 110011 | 11000 | 111 | 101101 | 111001 |
Color Harmonies of #C26C60
Complementary color
Monochromatic Colors of #C26C60
Black with #C26C60
Text Example
Text Example
White with #C26C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C60; }
p { color: rgb(194,108,96); }
H1.HeaderClassName
{
color: #C26C60;
}
.AnyTagClassName
{
color: #C26C60;
}
</style>
background-color css
<style>
a { background-color: #C26C60; }
a { background-color: rgb(194,108,96); }
div.DivClassName
{
background-color: #C26C60;
}
.BgClassName
{
background-color: #C26C60;
}
</style>
border-color css
<style>
span { border-color: #C26C60; }
span { border-color: rgb(194,108,96); }
td.TdClassName
{
border-color: #C26C60;
}
.TagClassName
{
border-color: #C26C60;
}
</style>