Shades of Charm #C37C90
Tints of Charm #C37C90
RGB
CMYK
RGB Variations
Color information
#C37C90 (or 0xC37C90) is known color: Charm. HEX triplet: C3, 7C and 90. RGB value is (195,124,144). Sum of RGB (Red+Green+Blue) = 195+124+144=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37C90 is #3C836F. Grayscale: #939393. Windows color (decimal): -3965808 or 9469123. OLE color: 9469123.
HSL color Cylindrical-coordinate representation of color #C37C90: hue angle of 343.1º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37C90 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 144 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.24 |
| HSL | 343.1º | 0.37% | 0.63% | - |
| HSV(B) | 343.1º | 0.36% | 0.76% | - |
| XYZ | 34.75 | 28.03 | 29.96 | - |
| YUV | 147.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 144 | 0 | 0.36 | 0.26 | 0.24 | 343.1 | 0.37 | 0.63 |
| Hex | C3 | 7C | 90 | 0 | 24 | 1A | 18 | 157 | 25 | 3F |
| Octal | 303 | 174 | 220 | 0 | 44 | 32 | 30 | 527 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10010000 | 0 | 100100 | 11010 | 11000 | 101010111 | 100101 | 111111 |
Color Harmonies of #C37C90
Complementary color
Monochromatic Colors of #C37C90
Black with #C37C90
Text Example
Text Example
White with #C37C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C90; }
p { color: rgb(195,124,144); }
H1.HeaderClassName
{
color: #C37C90;
}
.AnyTagClassName
{
color: #C37C90;
}
</style>
background-color css
<style>
a { background-color: #C37C90; }
a { background-color: rgb(195,124,144); }
div.DivClassName
{
background-color: #C37C90;
}
.BgClassName
{
background-color: #C37C90;
}
</style>
border-color css
<style>
span { border-color: #C37C90; }
span { border-color: rgb(195,124,144); }
td.TdClassName
{
border-color: #C37C90;
}
.TagClassName
{
border-color: #C37C90;
}
</style>