Shades of Charm #C27F86
Tints of Charm #C27F86
RGB
CMYK
RGB Variations
Color information
#C27F86 (or 0xC27F86) is known color: Charm. HEX triplet: C2, 7F and 86. RGB value is (194,127,134). Sum of RGB (Red+Green+Blue) = 194+127+134=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F86 is #3D8079. Grayscale: #939393. Windows color (decimal): -4030586 or 8814530. OLE color: 8814530.
HSL color Cylindrical-coordinate representation of color #C27F86: hue angle of 353.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27F86 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 134 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.24 |
| HSL | 353.73º | 0.35% | 0.63% | - |
| HSV(B) | 353.73º | 0.35% | 0.76% | - |
| XYZ | 34.14 | 28.37 | 26.23 | - |
| YUV | 147.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 134 | 0 | 0.35 | 0.31 | 0.24 | 353.73 | 0.35 | 0.63 |
| Hex | C2 | 7F | 86 | 0 | 23 | 1F | 18 | 162 | 23 | 3F |
| Octal | 302 | 177 | 206 | 0 | 43 | 37 | 30 | 542 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10000110 | 0 | 100011 | 11111 | 11000 | 101100010 | 100011 | 111111 |
Color Harmonies of #C27F86
Complementary color
Monochromatic Colors of #C27F86
Black with #C27F86
Text Example
Text Example
White with #C27F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F86; }
p { color: rgb(194,127,134); }
H1.HeaderClassName
{
color: #C27F86;
}
.AnyTagClassName
{
color: #C27F86;
}
</style>
background-color css
<style>
a { background-color: #C27F86; }
a { background-color: rgb(194,127,134); }
div.DivClassName
{
background-color: #C27F86;
}
.BgClassName
{
background-color: #C27F86;
}
</style>
border-color css
<style>
span { border-color: #C27F86; }
span { border-color: rgb(194,127,134); }
td.TdClassName
{
border-color: #C27F86;
}
.TagClassName
{
border-color: #C27F86;
}
</style>