Shades of Charm #C27D8B
Tints of Charm #C27D8B
RGB
CMYK
RGB Variations
Color information
#C27D8B (or 0xC27D8B) is known color: Charm. HEX triplet: C2, 7D and 8B. RGB value is (194,125,139). Sum of RGB (Red+Green+Blue) = 194+125+139=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D8B is #3D8274. Grayscale: #939393. Windows color (decimal): -4031093 or 9141698. OLE color: 9141698.
HSL color Cylindrical-coordinate representation of color #C27D8B: hue angle of 347.83º 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 #C27D8B is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 139 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.24 |
| HSL | 347.83º | 0.36% | 0.63% | - |
| HSV(B) | 347.83º | 0.36% | 0.76% | - |
| XYZ | 34.24 | 28 | 28.03 | - |
| YUV | 147.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 139 | 0 | 0.36 | 0.28 | 0.24 | 347.83 | 0.36 | 0.63 |
| Hex | C2 | 7D | 8B | 0 | 24 | 1C | 18 | 15C | 24 | 3F |
| Octal | 302 | 175 | 213 | 0 | 44 | 34 | 30 | 534 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10001011 | 0 | 100100 | 11100 | 11000 | 101011100 | 100100 | 111111 |
Color Harmonies of #C27D8B
Complementary color
Monochromatic Colors of #C27D8B
Black with #C27D8B
Text Example
Text Example
White with #C27D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D8B; }
p { color: rgb(194,125,139); }
H1.HeaderClassName
{
color: #C27D8B;
}
.AnyTagClassName
{
color: #C27D8B;
}
</style>
background-color css
<style>
a { background-color: #C27D8B; }
a { background-color: rgb(194,125,139); }
div.DivClassName
{
background-color: #C27D8B;
}
.BgClassName
{
background-color: #C27D8B;
}
</style>
border-color css
<style>
span { border-color: #C27D8B; }
span { border-color: rgb(194,125,139); }
td.TdClassName
{
border-color: #C27D8B;
}
.TagClassName
{
border-color: #C27D8B;
}
</style>