Shades of Charm #C37A8E
Tints of Charm #C37A8E
RGB
CMYK
RGB Variations
Color information
#C37A8E (or 0xC37A8E) is known color: Charm. HEX triplet: C3, 7A and 8E. RGB value is (195,122,142). Sum of RGB (Red+Green+Blue) = 195+122+142=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A8E is #3C8571. Grayscale: #929292. Windows color (decimal): -3966322 or 9337539. OLE color: 9337539.
HSL color Cylindrical-coordinate representation of color #C37A8E: hue angle of 343.56º 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 #C37A8E is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 142 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.24 |
| HSL | 343.56º | 0.38% | 0.62% | - |
| HSV(B) | 343.56º | 0.37% | 0.76% | - |
| XYZ | 34.35 | 27.47 | 29.08 | - |
| YUV | 146.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 142 | 0 | 0.37 | 0.27 | 0.24 | 343.56 | 0.38 | 0.62 |
| Hex | C3 | 7A | 8E | 0 | 25 | 1B | 18 | 158 | 26 | 3E |
| Octal | 303 | 172 | 216 | 0 | 45 | 33 | 30 | 530 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10001110 | 0 | 100101 | 11011 | 11000 | 101011000 | 100110 | 111110 |
Color Harmonies of #C37A8E
Complementary color
Monochromatic Colors of #C37A8E
Black with #C37A8E
Text Example
Text Example
White with #C37A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A8E; }
p { color: rgb(195,122,142); }
H1.HeaderClassName
{
color: #C37A8E;
}
.AnyTagClassName
{
color: #C37A8E;
}
</style>
background-color css
<style>
a { background-color: #C37A8E; }
a { background-color: rgb(195,122,142); }
div.DivClassName
{
background-color: #C37A8E;
}
.BgClassName
{
background-color: #C37A8E;
}
</style>
border-color css
<style>
span { border-color: #C37A8E; }
span { border-color: rgb(195,122,142); }
td.TdClassName
{
border-color: #C37A8E;
}
.TagClassName
{
border-color: #C37A8E;
}
</style>