Shades of Charm #C37A8D
Tints of Charm #C37A8D
RGB
CMYK
RGB Variations
Color information
#C37A8D (or 0xC37A8D) is known color: Charm. HEX triplet: C3, 7A and 8D. RGB value is (195,122,141). Sum of RGB (Red+Green+Blue) = 195+122+141=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A8D is #3C8572. Grayscale: #919191. Windows color (decimal): -3966323 or 9272003. OLE color: 9272003.
HSL color Cylindrical-coordinate representation of color #C37A8D: hue angle of 344.38º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37A8D is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 141 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.24 |
| HSL | 344.38º | 0.38% | 0.62% | - |
| HSV(B) | 344.38º | 0.37% | 0.76% | - |
| XYZ | 34.27 | 27.44 | 28.69 | - |
| YUV | 145.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 141 | 0 | 0.37 | 0.28 | 0.24 | 344.38 | 0.38 | 0.62 |
| Hex | C3 | 7A | 8D | 0 | 25 | 1C | 18 | 158 | 26 | 3E |
| Octal | 303 | 172 | 215 | 0 | 45 | 34 | 30 | 530 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10001101 | 0 | 100101 | 11100 | 11000 | 101011000 | 100110 | 111110 |
Color Harmonies of #C37A8D
Complementary color
Monochromatic Colors of #C37A8D
Black with #C37A8D
Text Example
Text Example
White with #C37A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A8D; }
p { color: rgb(195,122,141); }
H1.HeaderClassName
{
color: #C37A8D;
}
.AnyTagClassName
{
color: #C37A8D;
}
</style>
background-color css
<style>
a { background-color: #C37A8D; }
a { background-color: rgb(195,122,141); }
div.DivClassName
{
background-color: #C37A8D;
}
.BgClassName
{
background-color: #C37A8D;
}
</style>
border-color css
<style>
span { border-color: #C37A8D; }
span { border-color: rgb(195,122,141); }
td.TdClassName
{
border-color: #C37A8D;
}
.TagClassName
{
border-color: #C37A8D;
}
</style>