Shades of Charm #C27C8E
Tints of Charm #C27C8E
RGB
CMYK
RGB Variations
Color information
#C27C8E (or 0xC27C8E) is known color: Charm. HEX triplet: C2, 7C and 8E. RGB value is (194,124,142). Sum of RGB (Red+Green+Blue) = 194+124+142=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C8E is #3D8371. Grayscale: #929292. Windows color (decimal): -4031346 or 9338050. OLE color: 9338050.
HSL color Cylindrical-coordinate representation of color #C27C8E: hue angle of 344.57º 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 #C27C8E is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 142 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.24 |
| HSL | 344.57º | 0.36% | 0.62% | - |
| HSV(B) | 344.57º | 0.36% | 0.76% | - |
| XYZ | 34.34 | 27.84 | 29.15 | - |
| YUV | 146.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 142 | 0 | 0.36 | 0.27 | 0.24 | 344.57 | 0.36 | 0.62 |
| Hex | C2 | 7C | 8E | 0 | 24 | 1B | 18 | 159 | 24 | 3E |
| Octal | 302 | 174 | 216 | 0 | 44 | 33 | 30 | 531 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10001110 | 0 | 100100 | 11011 | 11000 | 101011001 | 100100 | 111110 |
Color Harmonies of #C27C8E
Complementary color
Monochromatic Colors of #C27C8E
Black with #C27C8E
Text Example
Text Example
White with #C27C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C8E; }
p { color: rgb(194,124,142); }
H1.HeaderClassName
{
color: #C27C8E;
}
.AnyTagClassName
{
color: #C27C8E;
}
</style>
background-color css
<style>
a { background-color: #C27C8E; }
a { background-color: rgb(194,124,142); }
div.DivClassName
{
background-color: #C27C8E;
}
.BgClassName
{
background-color: #C27C8E;
}
</style>
border-color css
<style>
span { border-color: #C27C8E; }
span { border-color: rgb(194,124,142); }
td.TdClassName
{
border-color: #C27C8E;
}
.TagClassName
{
border-color: #C27C8E;
}
</style>