Shades of Charm #C27F87
Tints of Charm #C27F87
RGB
CMYK
RGB Variations
Color information
#C27F87 (or 0xC27F87) is known color: Charm. HEX triplet: C2, 7F and 87. RGB value is (194,127,135). Sum of RGB (Red+Green+Blue) = 194+127+135=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F87 is #3D8078. Grayscale: #939393. Windows color (decimal): -4030585 or 8880066. OLE color: 8880066.
HSL color Cylindrical-coordinate representation of color #C27F87: hue angle of 352.84º 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 #C27F87 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 135 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.24 |
| HSL | 352.84º | 0.35% | 0.63% | - |
| HSV(B) | 352.84º | 0.35% | 0.76% | - |
| XYZ | 34.21 | 28.4 | 26.6 | - |
| YUV | 147.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 135 | 0 | 0.35 | 0.30 | 0.24 | 352.84 | 0.35 | 0.63 |
| Hex | C2 | 7F | 87 | 0 | 23 | 1E | 18 | 161 | 23 | 3F |
| Octal | 302 | 177 | 207 | 0 | 43 | 36 | 30 | 541 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10000111 | 0 | 100011 | 11110 | 11000 | 101100001 | 100011 | 111111 |
Color Harmonies of #C27F87
Complementary color
Monochromatic Colors of #C27F87
Black with #C27F87
Text Example
Text Example
White with #C27F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F87; }
p { color: rgb(194,127,135); }
H1.HeaderClassName
{
color: #C27F87;
}
.AnyTagClassName
{
color: #C27F87;
}
</style>
background-color css
<style>
a { background-color: #C27F87; }
a { background-color: rgb(194,127,135); }
div.DivClassName
{
background-color: #C27F87;
}
.BgClassName
{
background-color: #C27F87;
}
</style>
border-color css
<style>
span { border-color: #C27F87; }
span { border-color: rgb(194,127,135); }
td.TdClassName
{
border-color: #C27F87;
}
.TagClassName
{
border-color: #C27F87;
}
</style>