Shades of Charm #C37988
Tints of Charm #C37988
RGB
CMYK
RGB Variations
Color information
#C37988 (or 0xC37988) is known color: Charm. HEX triplet: C3, 79 and 88. RGB value is (195,121,136). Sum of RGB (Red+Green+Blue) = 195+121+136=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C37988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37988 is #3C8677. Grayscale: #909090. Windows color (decimal): -3966584 or 8944067. OLE color: 8944067.
HSL color Cylindrical-coordinate representation of color #C37988: hue angle of 347.84º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37988 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 136 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.24 |
| HSL | 347.84º | 0.38% | 0.62% | - |
| HSV(B) | 347.84º | 0.38% | 0.76% | - |
| XYZ | 33.79 | 27.05 | 26.73 | - |
| YUV | 144.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 136 | 0 | 0.38 | 0.30 | 0.24 | 347.84 | 0.38 | 0.62 |
| Hex | C3 | 79 | 88 | 0 | 26 | 1E | 18 | 15C | 26 | 3E |
| Octal | 303 | 171 | 210 | 0 | 46 | 36 | 30 | 534 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10001000 | 0 | 100110 | 11110 | 11000 | 101011100 | 100110 | 111110 |
Color Harmonies of #C37988
Complementary color
Monochromatic Colors of #C37988
Black with #C37988
Text Example
Text Example
White with #C37988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37988; }
p { color: rgb(195,121,136); }
H1.HeaderClassName
{
color: #C37988;
}
.AnyTagClassName
{
color: #C37988;
}
</style>
background-color css
<style>
a { background-color: #C37988; }
a { background-color: rgb(195,121,136); }
div.DivClassName
{
background-color: #C37988;
}
.BgClassName
{
background-color: #C37988;
}
</style>
border-color css
<style>
span { border-color: #C37988; }
span { border-color: rgb(195,121,136); }
td.TdClassName
{
border-color: #C37988;
}
.TagClassName
{
border-color: #C37988;
}
</style>