Shades of Charm #C47A90
Tints of Charm #C47A90
RGB
CMYK
RGB Variations
Color information
#C47A90 (or 0xC47A90) is known color: Charm. HEX triplet: C4, 7A and 90. RGB value is (196,122,144). Sum of RGB (Red+Green+Blue) = 196+122+144=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A90 is #3B856F. Grayscale: #929292. Windows color (decimal): -3900784 or 9468612. OLE color: 9468612.
HSL color Cylindrical-coordinate representation of color #C47A90: hue angle of 342.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47A90 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 144 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.23 |
| HSL | 342.16º | 0.39% | 0.62% | - |
| HSV(B) | 342.16º | 0.38% | 0.77% | - |
| XYZ | 34.76 | 27.67 | 29.89 | - |
| YUV | 146.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 144 | 0 | 0.38 | 0.27 | 0.23 | 342.16 | 0.39 | 0.62 |
| Hex | C4 | 7A | 90 | 0 | 26 | 1B | 17 | 156 | 27 | 3E |
| Octal | 304 | 172 | 220 | 0 | 46 | 33 | 27 | 526 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10010000 | 0 | 100110 | 11011 | 10111 | 101010110 | 100111 | 111110 |
Color Harmonies of #C47A90
Complementary color
Monochromatic Colors of #C47A90
Black with #C47A90
Text Example
Text Example
White with #C47A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A90; }
p { color: rgb(196,122,144); }
H1.HeaderClassName
{
color: #C47A90;
}
.AnyTagClassName
{
color: #C47A90;
}
</style>
background-color css
<style>
a { background-color: #C47A90; }
a { background-color: rgb(196,122,144); }
div.DivClassName
{
background-color: #C47A90;
}
.BgClassName
{
background-color: #C47A90;
}
</style>
border-color css
<style>
span { border-color: #C47A90; }
span { border-color: rgb(196,122,144); }
td.TdClassName
{
border-color: #C47A90;
}
.TagClassName
{
border-color: #C47A90;
}
</style>