Shades of Charm #C27C91
Tints of Charm #C27C91
RGB
CMYK
RGB Variations
Color information
#C27C91 (or 0xC27C91) is known color: Charm. HEX triplet: C2, 7C and 91. RGB value is (194,124,145). Sum of RGB (Red+Green+Blue) = 194+124+145=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C91 is #3D836E. Grayscale: #939393. Windows color (decimal): -4031343 or 9534658. OLE color: 9534658.
HSL color Cylindrical-coordinate representation of color #C27C91: hue angle of 342º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27C91 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 145 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.24 |
| HSL | 342º | 0.36% | 0.62% | - |
| HSV(B) | 342º | 0.36% | 0.76% | - |
| XYZ | 34.57 | 27.93 | 30.36 | - |
| YUV | 147.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 145 | 0 | 0.36 | 0.25 | 0.24 | 342 | 0.36 | 0.62 |
| Hex | C2 | 7C | 91 | 0 | 24 | 19 | 18 | 156 | 24 | 3E |
| Octal | 302 | 174 | 221 | 0 | 44 | 31 | 30 | 526 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10010001 | 0 | 100100 | 11001 | 11000 | 101010110 | 100100 | 111110 |
Color Harmonies of #C27C91
Complementary color
Monochromatic Colors of #C27C91
Black with #C27C91
Text Example
Text Example
White with #C27C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C91; }
p { color: rgb(194,124,145); }
H1.HeaderClassName
{
color: #C27C91;
}
.AnyTagClassName
{
color: #C27C91;
}
</style>
background-color css
<style>
a { background-color: #C27C91; }
a { background-color: rgb(194,124,145); }
div.DivClassName
{
background-color: #C27C91;
}
.BgClassName
{
background-color: #C27C91;
}
</style>
border-color css
<style>
span { border-color: #C27C91; }
span { border-color: rgb(194,124,145); }
td.TdClassName
{
border-color: #C27C91;
}
.TagClassName
{
border-color: #C27C91;
}
</style>