Shades of Contessa #C27668
Tints of Contessa #C27668
RGB
CMYK
RGB Variations
Color information
#C27668 (or 0xC27668) is known color: Contessa. HEX triplet: C2, 76 and 68. RGB value is (194,118,104). Sum of RGB (Red+Green+Blue) = 194+118+104=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C27668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27668 is #3D8997. Grayscale: #8B8B8B. Windows color (decimal): -4032920 or 6846146. OLE color: 6846146.
HSL color Cylindrical-coordinate representation of color #C27668: hue angle of 9.33º 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 #C27668 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 104 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.24 |
| HSL | 9.33º | 0.42% | 0.58% | - |
| HSV(B) | 9.33º | 0.46% | 0.76% | - |
| XYZ | 31.23 | 25.43 | 16.36 | - |
| YUV | 139.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 104 | 0 | 0.39 | 0.46 | 0.24 | 9.33 | 0.42 | 0.58 |
| Hex | C2 | 76 | 68 | 0 | 27 | 2E | 18 | 9 | 2A | 3A |
| Octal | 302 | 166 | 150 | 0 | 47 | 56 | 30 | 11 | 52 | 72 |
| Binary | 11000010 | 1110110 | 1101000 | 0 | 100111 | 101110 | 11000 | 1001 | 101010 | 111010 |
Color Harmonies of #C27668
Complementary color
Monochromatic Colors of #C27668
Black with #C27668
Text Example
Text Example
White with #C27668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27668; }
p { color: rgb(194,118,104); }
H1.HeaderClassName
{
color: #C27668;
}
.AnyTagClassName
{
color: #C27668;
}
</style>
background-color css
<style>
a { background-color: #C27668; }
a { background-color: rgb(194,118,104); }
div.DivClassName
{
background-color: #C27668;
}
.BgClassName
{
background-color: #C27668;
}
</style>
border-color css
<style>
span { border-color: #C27668; }
span { border-color: rgb(194,118,104); }
td.TdClassName
{
border-color: #C27668;
}
.TagClassName
{
border-color: #C27668;
}
</style>