Shades of Charm #C27A8E
Tints of Charm #C27A8E
RGB
CMYK
RGB Variations
Color information
#C27A8E (or 0xC27A8E) is known color: Charm. HEX triplet: C2, 7A and 8E. RGB value is (194,122,142). Sum of RGB (Red+Green+Blue) = 194+122+142=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A8E is #3D8571. Grayscale: #919191. Windows color (decimal): -4031858 or 9337538. OLE color: 9337538.
HSL color Cylindrical-coordinate representation of color #C27A8E: hue angle of 343.33º 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 #C27A8E is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 142 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.24 |
| HSL | 343.33º | 0.37% | 0.62% | - |
| HSV(B) | 343.33º | 0.37% | 0.76% | - |
| XYZ | 34.09 | 27.34 | 29.07 | - |
| YUV | 145.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 142 | 0 | 0.37 | 0.27 | 0.24 | 343.33 | 0.37 | 0.62 |
| Hex | C2 | 7A | 8E | 0 | 25 | 1B | 18 | 157 | 25 | 3E |
| Octal | 302 | 172 | 216 | 0 | 45 | 33 | 30 | 527 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10001110 | 0 | 100101 | 11011 | 11000 | 101010111 | 100101 | 111110 |
Color Harmonies of #C27A8E
Complementary color
Monochromatic Colors of #C27A8E
Black with #C27A8E
Text Example
Text Example
White with #C27A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A8E; }
p { color: rgb(194,122,142); }
H1.HeaderClassName
{
color: #C27A8E;
}
.AnyTagClassName
{
color: #C27A8E;
}
</style>
background-color css
<style>
a { background-color: #C27A8E; }
a { background-color: rgb(194,122,142); }
div.DivClassName
{
background-color: #C27A8E;
}
.BgClassName
{
background-color: #C27A8E;
}
</style>
border-color css
<style>
span { border-color: #C27A8E; }
span { border-color: rgb(194,122,142); }
td.TdClassName
{
border-color: #C27A8E;
}
.TagClassName
{
border-color: #C27A8E;
}
</style>