Shades of Charm #C27A8F
Tints of Charm #C27A8F
RGB
CMYK
RGB Variations
Color information
#C27A8F (or 0xC27A8F) is known color: Charm. HEX triplet: C2, 7A and 8F. RGB value is (194,122,143). Sum of RGB (Red+Green+Blue) = 194+122+143=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A8F is #3D8570. Grayscale: #919191. Windows color (decimal): -4031857 or 9403074. OLE color: 9403074.
HSL color Cylindrical-coordinate representation of color #C27A8F: hue angle of 342.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27A8F is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 143 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.24 |
| HSL | 342.5º | 0.37% | 0.62% | - |
| HSV(B) | 342.5º | 0.37% | 0.76% | - |
| XYZ | 34.17 | 27.37 | 29.47 | - |
| YUV | 145.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 143 | 0 | 0.37 | 0.26 | 0.24 | 342.5 | 0.37 | 0.62 |
| Hex | C2 | 7A | 8F | 0 | 25 | 1A | 18 | 156 | 25 | 3E |
| Octal | 302 | 172 | 217 | 0 | 45 | 32 | 30 | 526 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10001111 | 0 | 100101 | 11010 | 11000 | 101010110 | 100101 | 111110 |
Color Harmonies of #C27A8F
Complementary color
Monochromatic Colors of #C27A8F
Black with #C27A8F
Text Example
Text Example
White with #C27A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A8F; }
p { color: rgb(194,122,143); }
H1.HeaderClassName
{
color: #C27A8F;
}
.AnyTagClassName
{
color: #C27A8F;
}
</style>
background-color css
<style>
a { background-color: #C27A8F; }
a { background-color: rgb(194,122,143); }
div.DivClassName
{
background-color: #C27A8F;
}
.BgClassName
{
background-color: #C27A8F;
}
</style>
border-color css
<style>
span { border-color: #C27A8F; }
span { border-color: rgb(194,122,143); }
td.TdClassName
{
border-color: #C27A8F;
}
.TagClassName
{
border-color: #C27A8F;
}
</style>