Shades of Contessa #C27A6D
Tints of Contessa #C27A6D
RGB
CMYK
RGB Variations
Color information
#C27A6D (or 0xC27A6D) is known color: Contessa. HEX triplet: C2, 7A and 6D. RGB value is (194,122,109). Sum of RGB (Red+Green+Blue) = 194+122+109=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A6D is #3D8592. Grayscale: #8E8E8E. Windows color (decimal): -4031891 or 7174850. OLE color: 7174850.
HSL color Cylindrical-coordinate representation of color #C27A6D: hue angle of 9.18º 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 #C27A6D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 109 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.24 |
| HSL | 9.18º | 0.41% | 0.59% | - |
| HSV(B) | 9.18º | 0.44% | 0.76% | - |
| XYZ | 31.97 | 26.49 | 17.9 | - |
| YUV | 142.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 109 | 0 | 0.37 | 0.44 | 0.24 | 9.18 | 0.41 | 0.59 |
| Hex | C2 | 7A | 6D | 0 | 25 | 2C | 18 | 9 | 29 | 3B |
| Octal | 302 | 172 | 155 | 0 | 45 | 54 | 30 | 11 | 51 | 73 |
| Binary | 11000010 | 1111010 | 1101101 | 0 | 100101 | 101100 | 11000 | 1001 | 101001 | 111011 |
Color Harmonies of #C27A6D
Complementary color
Monochromatic Colors of #C27A6D
Black with #C27A6D
Text Example
Text Example
White with #C27A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A6D; }
p { color: rgb(194,122,109); }
H1.HeaderClassName
{
color: #C27A6D;
}
.AnyTagClassName
{
color: #C27A6D;
}
</style>
background-color css
<style>
a { background-color: #C27A6D; }
a { background-color: rgb(194,122,109); }
div.DivClassName
{
background-color: #C27A6D;
}
.BgClassName
{
background-color: #C27A6D;
}
</style>
border-color css
<style>
span { border-color: #C27A6D; }
span { border-color: rgb(194,122,109); }
td.TdClassName
{
border-color: #C27A6D;
}
.TagClassName
{
border-color: #C27A6D;
}
</style>