Shades of Charm #C27A90
Tints of Charm #C27A90
RGB
CMYK
RGB Variations
Color information
#C27A90 (or 0xC27A90) is known color: Charm. HEX triplet: C2, 7A and 90. RGB value is (194,122,144). Sum of RGB (Red+Green+Blue) = 194+122+144=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A90 is #3D856F. Grayscale: #929292. Windows color (decimal): -4031856 or 9468610. OLE color: 9468610.
HSL color Cylindrical-coordinate representation of color #C27A90: hue angle of 341.67º 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 #C27A90 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 144 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.24 |
| HSL | 341.67º | 0.37% | 0.62% | - |
| HSV(B) | 341.67º | 0.37% | 0.76% | - |
| XYZ | 34.24 | 27.4 | 29.87 | - |
| YUV | 146.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 144 | 0 | 0.37 | 0.26 | 0.24 | 341.67 | 0.37 | 0.62 |
| Hex | C2 | 7A | 90 | 0 | 25 | 1A | 18 | 156 | 25 | 3E |
| Octal | 302 | 172 | 220 | 0 | 45 | 32 | 30 | 526 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10010000 | 0 | 100101 | 11010 | 11000 | 101010110 | 100101 | 111110 |
Color Harmonies of #C27A90
Complementary color
Monochromatic Colors of #C27A90
Black with #C27A90
Text Example
Text Example
White with #C27A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A90; }
p { color: rgb(194,122,144); }
H1.HeaderClassName
{
color: #C27A90;
}
.AnyTagClassName
{
color: #C27A90;
}
</style>
background-color css
<style>
a { background-color: #C27A90; }
a { background-color: rgb(194,122,144); }
div.DivClassName
{
background-color: #C27A90;
}
.BgClassName
{
background-color: #C27A90;
}
</style>
border-color css
<style>
span { border-color: #C27A90; }
span { border-color: rgb(194,122,144); }
td.TdClassName
{
border-color: #C27A90;
}
.TagClassName
{
border-color: #C27A90;
}
</style>