Shades of Charm #C37F87
Tints of Charm #C37F87
RGB
CMYK
RGB Variations
Color information
#C37F87 (or 0xC37F87) is known color: Charm. HEX triplet: C3, 7F and 87. RGB value is (195,127,135). Sum of RGB (Red+Green+Blue) = 195+127+135=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F87 is #3C8078. Grayscale: #949494. Windows color (decimal): -3965049 or 8880067. OLE color: 8880067.
HSL color Cylindrical-coordinate representation of color #C37F87: hue angle of 352.94º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37F87 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 135 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.24 |
| HSL | 352.94º | 0.36% | 0.63% | - |
| HSV(B) | 352.94º | 0.35% | 0.76% | - |
| XYZ | 34.47 | 28.53 | 26.61 | - |
| YUV | 148.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 135 | 0 | 0.35 | 0.31 | 0.24 | 352.94 | 0.36 | 0.63 |
| Hex | C3 | 7F | 87 | 0 | 23 | 1F | 18 | 161 | 24 | 3F |
| Octal | 303 | 177 | 207 | 0 | 43 | 37 | 30 | 541 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10000111 | 0 | 100011 | 11111 | 11000 | 101100001 | 100100 | 111111 |
Color Harmonies of #C37F87
Complementary color
Monochromatic Colors of #C37F87
Black with #C37F87
Text Example
Text Example
White with #C37F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F87; }
p { color: rgb(195,127,135); }
H1.HeaderClassName
{
color: #C37F87;
}
.AnyTagClassName
{
color: #C37F87;
}
</style>
background-color css
<style>
a { background-color: #C37F87; }
a { background-color: rgb(195,127,135); }
div.DivClassName
{
background-color: #C37F87;
}
.BgClassName
{
background-color: #C37F87;
}
</style>
border-color css
<style>
span { border-color: #C37F87; }
span { border-color: rgb(195,127,135); }
td.TdClassName
{
border-color: #C37F87;
}
.TagClassName
{
border-color: #C37F87;
}
</style>