Shades of Contessa #C27A6C
Tints of Contessa #C27A6C
RGB
CMYK
RGB Variations
Color information
#C27A6C (or 0xC27A6C) is known color: Contessa. HEX triplet: C2, 7A and 6C. RGB value is (194,122,108). Sum of RGB (Red+Green+Blue) = 194+122+108=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A6C is #3D8593. Grayscale: #8E8E8E. Windows color (decimal): -4031892 or 7109314. OLE color: 7109314.
HSL color Cylindrical-coordinate representation of color #C27A6C: hue angle of 9.77º 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 #C27A6C is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 108 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.24 |
| HSL | 9.77º | 0.41% | 0.59% | - |
| HSV(B) | 9.77º | 0.44% | 0.76% | - |
| XYZ | 31.91 | 26.47 | 17.61 | - |
| YUV | 141.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 108 | 0 | 0.37 | 0.44 | 0.24 | 9.77 | 0.41 | 0.59 |
| Hex | C2 | 7A | 6C | 0 | 25 | 2C | 18 | A | 29 | 3B |
| Octal | 302 | 172 | 154 | 0 | 45 | 54 | 30 | 12 | 51 | 73 |
| Binary | 11000010 | 1111010 | 1101100 | 0 | 100101 | 101100 | 11000 | 1010 | 101001 | 111011 |
Color Harmonies of #C27A6C
Complementary color
Monochromatic Colors of #C27A6C
Black with #C27A6C
Text Example
Text Example
White with #C27A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A6C; }
p { color: rgb(194,122,108); }
H1.HeaderClassName
{
color: #C27A6C;
}
.AnyTagClassName
{
color: #C27A6C;
}
</style>
background-color css
<style>
a { background-color: #C27A6C; }
a { background-color: rgb(194,122,108); }
div.DivClassName
{
background-color: #C27A6C;
}
.BgClassName
{
background-color: #C27A6C;
}
</style>
border-color css
<style>
span { border-color: #C27A6C; }
span { border-color: rgb(194,122,108); }
td.TdClassName
{
border-color: #C27A6C;
}
.TagClassName
{
border-color: #C27A6C;
}
</style>