Shades of Charm #C27A8C
Tints of Charm #C27A8C
RGB
CMYK
RGB Variations
Color information
#C27A8C (or 0xC27A8C) is known color: Charm. HEX triplet: C2, 7A and 8C. RGB value is (194,122,140). Sum of RGB (Red+Green+Blue) = 194+122+140=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A8C is #3D8573. Grayscale: #919191. Windows color (decimal): -4031860 or 9206466. OLE color: 9206466.
HSL color Cylindrical-coordinate representation of color #C27A8C: hue angle of 345º 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 #C27A8C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 140 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.24 |
| HSL | 345º | 0.37% | 0.62% | - |
| HSV(B) | 345º | 0.37% | 0.76% | - |
| XYZ | 33.94 | 27.28 | 28.29 | - |
| YUV | 145.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 140 | 0 | 0.37 | 0.28 | 0.24 | 345 | 0.37 | 0.62 |
| Hex | C2 | 7A | 8C | 0 | 25 | 1C | 18 | 159 | 25 | 3E |
| Octal | 302 | 172 | 214 | 0 | 45 | 34 | 30 | 531 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10001100 | 0 | 100101 | 11100 | 11000 | 101011001 | 100101 | 111110 |
Color Harmonies of #C27A8C
Complementary color
Monochromatic Colors of #C27A8C
Black with #C27A8C
Text Example
Text Example
White with #C27A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A8C; }
p { color: rgb(194,122,140); }
H1.HeaderClassName
{
color: #C27A8C;
}
.AnyTagClassName
{
color: #C27A8C;
}
</style>
background-color css
<style>
a { background-color: #C27A8C; }
a { background-color: rgb(194,122,140); }
div.DivClassName
{
background-color: #C27A8C;
}
.BgClassName
{
background-color: #C27A8C;
}
</style>
border-color css
<style>
span { border-color: #C27A8C; }
span { border-color: rgb(194,122,140); }
td.TdClassName
{
border-color: #C27A8C;
}
.TagClassName
{
border-color: #C27A8C;
}
</style>