Shades of Charm #C27D87
Tints of Charm #C27D87
RGB
CMYK
RGB Variations
Color information
#C27D87 (or 0xC27D87) is known color: Charm. HEX triplet: C2, 7D and 87. RGB value is (194,125,135). Sum of RGB (Red+Green+Blue) = 194+125+135=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D87 is #3D8278. Grayscale: #929292. Windows color (decimal): -4031097 or 8879554. OLE color: 8879554.
HSL color Cylindrical-coordinate representation of color #C27D87: hue angle of 351.3º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D87 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 135 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.24 |
| HSL | 351.3º | 0.36% | 0.63% | - |
| HSV(B) | 351.3º | 0.36% | 0.76% | - |
| XYZ | 33.95 | 27.89 | 26.51 | - |
| YUV | 146.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 135 | 0 | 0.36 | 0.30 | 0.24 | 351.3 | 0.36 | 0.63 |
| Hex | C2 | 7D | 87 | 0 | 24 | 1E | 18 | 15F | 24 | 3F |
| Octal | 302 | 175 | 207 | 0 | 44 | 36 | 30 | 537 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10000111 | 0 | 100100 | 11110 | 11000 | 101011111 | 100100 | 111111 |
Color Harmonies of #C27D87
Complementary color
Monochromatic Colors of #C27D87
Black with #C27D87
Text Example
Text Example
White with #C27D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D87; }
p { color: rgb(194,125,135); }
H1.HeaderClassName
{
color: #C27D87;
}
.AnyTagClassName
{
color: #C27D87;
}
</style>
background-color css
<style>
a { background-color: #C27D87; }
a { background-color: rgb(194,125,135); }
div.DivClassName
{
background-color: #C27D87;
}
.BgClassName
{
background-color: #C27D87;
}
</style>
border-color css
<style>
span { border-color: #C27D87; }
span { border-color: rgb(194,125,135); }
td.TdClassName
{
border-color: #C27D87;
}
.TagClassName
{
border-color: #C27D87;
}
</style>