Shades of Charm #C27F8B
Tints of Charm #C27F8B
RGB
CMYK
RGB Variations
Color information
#C27F8B (or 0xC27F8B) is known color: Charm. HEX triplet: C2, 7F and 8B. RGB value is (194,127,139). Sum of RGB (Red+Green+Blue) = 194+127+139=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F8B is #3D8074. Grayscale: #949494. Windows color (decimal): -4030581 or 9142210. OLE color: 9142210.
HSL color Cylindrical-coordinate representation of color #C27F8B: hue angle of 349.25º 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 #C27F8B is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 139 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.24 |
| HSL | 349.25º | 0.35% | 0.63% | - |
| HSV(B) | 349.25º | 0.35% | 0.76% | - |
| XYZ | 34.5 | 28.51 | 28.11 | - |
| YUV | 148.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 139 | 0 | 0.35 | 0.28 | 0.24 | 349.25 | 0.35 | 0.63 |
| Hex | C2 | 7F | 8B | 0 | 23 | 1C | 18 | 15D | 23 | 3F |
| Octal | 302 | 177 | 213 | 0 | 43 | 34 | 30 | 535 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10001011 | 0 | 100011 | 11100 | 11000 | 101011101 | 100011 | 111111 |
Color Harmonies of #C27F8B
Complementary color
Monochromatic Colors of #C27F8B
Black with #C27F8B
Text Example
Text Example
White with #C27F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F8B; }
p { color: rgb(194,127,139); }
H1.HeaderClassName
{
color: #C27F8B;
}
.AnyTagClassName
{
color: #C27F8B;
}
</style>
background-color css
<style>
a { background-color: #C27F8B; }
a { background-color: rgb(194,127,139); }
div.DivClassName
{
background-color: #C27F8B;
}
.BgClassName
{
background-color: #C27F8B;
}
</style>
border-color css
<style>
span { border-color: #C27F8B; }
span { border-color: rgb(194,127,139); }
td.TdClassName
{
border-color: #C27F8B;
}
.TagClassName
{
border-color: #C27F8B;
}
</style>