Shades of Charm #C37D8B
Tints of Charm #C37D8B
RGB
CMYK
RGB Variations
Color information
#C37D8B (or 0xC37D8B) is known color: Charm. HEX triplet: C3, 7D and 8B. RGB value is (195,125,139). Sum of RGB (Red+Green+Blue) = 195+125+139=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D8B is #3C8274. Grayscale: #939393. Windows color (decimal): -3965557 or 9141699. OLE color: 9141699.
HSL color Cylindrical-coordinate representation of color #C37D8B: hue angle of 348º 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 #C37D8B is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 139 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.24 |
| HSL | 348º | 0.37% | 0.63% | - |
| HSV(B) | 348º | 0.36% | 0.76% | - |
| XYZ | 34.5 | 28.13 | 28.04 | - |
| YUV | 147.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 139 | 0 | 0.36 | 0.29 | 0.24 | 348 | 0.37 | 0.63 |
| Hex | C3 | 7D | 8B | 0 | 24 | 1D | 18 | 15C | 25 | 3F |
| Octal | 303 | 175 | 213 | 0 | 44 | 35 | 30 | 534 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10001011 | 0 | 100100 | 11101 | 11000 | 101011100 | 100101 | 111111 |
Color Harmonies of #C37D8B
Complementary color
Monochromatic Colors of #C37D8B
Black with #C37D8B
Text Example
Text Example
White with #C37D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D8B; }
p { color: rgb(195,125,139); }
H1.HeaderClassName
{
color: #C37D8B;
}
.AnyTagClassName
{
color: #C37D8B;
}
</style>
background-color css
<style>
a { background-color: #C37D8B; }
a { background-color: rgb(195,125,139); }
div.DivClassName
{
background-color: #C37D8B;
}
.BgClassName
{
background-color: #C37D8B;
}
</style>
border-color css
<style>
span { border-color: #C37D8B; }
span { border-color: rgb(195,125,139); }
td.TdClassName
{
border-color: #C37D8B;
}
.TagClassName
{
border-color: #C37D8B;
}
</style>