Shades of Charm #C37D87
Tints of Charm #C37D87
RGB
CMYK
RGB Variations
Color information
#C37D87 (or 0xC37D87) is known color: Charm. HEX triplet: C3, 7D and 87. RGB value is (195,125,135). Sum of RGB (Red+Green+Blue) = 195+125+135=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D87 is #3C8278. Grayscale: #939393. Windows color (decimal): -3965561 or 8879555. OLE color: 8879555.
HSL color Cylindrical-coordinate representation of color #C37D87: hue angle of 351.43º 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 #C37D87 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 135 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.24 |
| HSL | 351.43º | 0.37% | 0.63% | - |
| HSV(B) | 351.43º | 0.36% | 0.76% | - |
| XYZ | 34.21 | 28.02 | 26.53 | - |
| YUV | 147.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 135 | 0 | 0.36 | 0.31 | 0.24 | 351.43 | 0.37 | 0.63 |
| Hex | C3 | 7D | 87 | 0 | 24 | 1F | 18 | 15F | 25 | 3F |
| Octal | 303 | 175 | 207 | 0 | 44 | 37 | 30 | 537 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10000111 | 0 | 100100 | 11111 | 11000 | 101011111 | 100101 | 111111 |
Color Harmonies of #C37D87
Complementary color
Monochromatic Colors of #C37D87
Black with #C37D87
Text Example
Text Example
White with #C37D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D87; }
p { color: rgb(195,125,135); }
H1.HeaderClassName
{
color: #C37D87;
}
.AnyTagClassName
{
color: #C37D87;
}
</style>
background-color css
<style>
a { background-color: #C37D87; }
a { background-color: rgb(195,125,135); }
div.DivClassName
{
background-color: #C37D87;
}
.BgClassName
{
background-color: #C37D87;
}
</style>
border-color css
<style>
span { border-color: #C37D87; }
span { border-color: rgb(195,125,135); }
td.TdClassName
{
border-color: #C37D87;
}
.TagClassName
{
border-color: #C37D87;
}
</style>