Shades of Charm #C37C84
Tints of Charm #C37C84
RGB
CMYK
RGB Variations
Color information
#C37C84 (or 0xC37C84) is known color: Charm. HEX triplet: C3, 7C and 84. RGB value is (195,124,132). Sum of RGB (Red+Green+Blue) = 195+124+132=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37C84 is #3C837B. Grayscale: #929292. Windows color (decimal): -3965820 or 8682691. OLE color: 8682691.
HSL color Cylindrical-coordinate representation of color #C37C84: hue angle of 353.24º 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 #C37C84 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 132 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.24 |
| HSL | 353.24º | 0.37% | 0.63% | - |
| HSV(B) | 353.24º | 0.36% | 0.76% | - |
| XYZ | 33.88 | 27.68 | 25.39 | - |
| YUV | 146.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 132 | 0 | 0.36 | 0.32 | 0.24 | 353.24 | 0.37 | 0.63 |
| Hex | C3 | 7C | 84 | 0 | 24 | 20 | 18 | 161 | 25 | 3F |
| Octal | 303 | 174 | 204 | 0 | 44 | 40 | 30 | 541 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10000100 | 0 | 100100 | 100000 | 11000 | 101100001 | 100101 | 111111 |
Color Harmonies of #C37C84
Complementary color
Monochromatic Colors of #C37C84
Black with #C37C84
Text Example
Text Example
White with #C37C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C84; }
p { color: rgb(195,124,132); }
H1.HeaderClassName
{
color: #C37C84;
}
.AnyTagClassName
{
color: #C37C84;
}
</style>
background-color css
<style>
a { background-color: #C37C84; }
a { background-color: rgb(195,124,132); }
div.DivClassName
{
background-color: #C37C84;
}
.BgClassName
{
background-color: #C37C84;
}
</style>
border-color css
<style>
span { border-color: #C37C84; }
span { border-color: rgb(195,124,132); }
td.TdClassName
{
border-color: #C37C84;
}
.TagClassName
{
border-color: #C37C84;
}
</style>