Shades of Charm #C37890
Tints of Charm #C37890
RGB
CMYK
RGB Variations
Color information
#C37890 (or 0xC37890) is known color: Charm. HEX triplet: C3, 78 and 90. RGB value is (195,120,144). Sum of RGB (Red+Green+Blue) = 195+120+144=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C37890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37890 is #3C876F. Grayscale: #919191. Windows color (decimal): -3966832 or 9468099. OLE color: 9468099.
HSL color Cylindrical-coordinate representation of color #C37890: hue angle of 340.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37890 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 144 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.24 |
| HSL | 340.8º | 0.38% | 0.62% | - |
| HSV(B) | 340.8º | 0.38% | 0.76% | - |
| XYZ | 34.26 | 27.05 | 29.8 | - |
| YUV | 145.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 144 | 0 | 0.38 | 0.26 | 0.24 | 340.8 | 0.38 | 0.62 |
| Hex | C3 | 78 | 90 | 0 | 26 | 1A | 18 | 155 | 26 | 3E |
| Octal | 303 | 170 | 220 | 0 | 46 | 32 | 30 | 525 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10010000 | 0 | 100110 | 11010 | 11000 | 101010101 | 100110 | 111110 |
Color Harmonies of #C37890
Complementary color
Monochromatic Colors of #C37890
Black with #C37890
Text Example
Text Example
White with #C37890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37890; }
p { color: rgb(195,120,144); }
H1.HeaderClassName
{
color: #C37890;
}
.AnyTagClassName
{
color: #C37890;
}
</style>
background-color css
<style>
a { background-color: #C37890; }
a { background-color: rgb(195,120,144); }
div.DivClassName
{
background-color: #C37890;
}
.BgClassName
{
background-color: #C37890;
}
</style>
border-color css
<style>
span { border-color: #C37890; }
span { border-color: rgb(195,120,144); }
td.TdClassName
{
border-color: #C37890;
}
.TagClassName
{
border-color: #C37890;
}
</style>