Shades of Charm #C37B88
Tints of Charm #C37B88
RGB
CMYK
RGB Variations
Color information
#C37B88 (or 0xC37B88) is known color: Charm. HEX triplet: C3, 7B and 88. RGB value is (195,123,136). Sum of RGB (Red+Green+Blue) = 195+123+136=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37B88 is #3C8477. Grayscale: #929292. Windows color (decimal): -3966072 or 8944579. OLE color: 8944579.
HSL color Cylindrical-coordinate representation of color #C37B88: hue angle of 349.17º 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 #C37B88 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 136 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.24 |
| HSL | 349.17º | 0.38% | 0.62% | - |
| HSV(B) | 349.17º | 0.37% | 0.76% | - |
| XYZ | 34.03 | 27.55 | 26.82 | - |
| YUV | 146.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 136 | 0 | 0.37 | 0.30 | 0.24 | 349.17 | 0.38 | 0.62 |
| Hex | C3 | 7B | 88 | 0 | 25 | 1E | 18 | 15D | 26 | 3E |
| Octal | 303 | 173 | 210 | 0 | 45 | 36 | 30 | 535 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10001000 | 0 | 100101 | 11110 | 11000 | 101011101 | 100110 | 111110 |
Color Harmonies of #C37B88
Complementary color
Monochromatic Colors of #C37B88
Black with #C37B88
Text Example
Text Example
White with #C37B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B88; }
p { color: rgb(195,123,136); }
H1.HeaderClassName
{
color: #C37B88;
}
.AnyTagClassName
{
color: #C37B88;
}
</style>
background-color css
<style>
a { background-color: #C37B88; }
a { background-color: rgb(195,123,136); }
div.DivClassName
{
background-color: #C37B88;
}
.BgClassName
{
background-color: #C37B88;
}
</style>
border-color css
<style>
span { border-color: #C37B88; }
span { border-color: rgb(195,123,136); }
td.TdClassName
{
border-color: #C37B88;
}
.TagClassName
{
border-color: #C37B88;
}
</style>