Shades of Charm #C37188
Tints of Charm #C37188
RGB
CMYK
RGB Variations
Color information
#C37188 (or 0xC37188) is known color: Charm. HEX triplet: C3, 71 and 88. RGB value is (195,113,136). Sum of RGB (Red+Green+Blue) = 195+113+136=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C37188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37188 is #3C8E77. Grayscale: #8C8C8C. Windows color (decimal): -3968632 or 8942019. OLE color: 8942019.
HSL color Cylindrical-coordinate representation of color #C37188: hue angle of 343.17º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37188 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 136 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.24 |
| HSL | 343.17º | 0.41% | 0.6% | - |
| HSV(B) | 343.17º | 0.42% | 0.76% | - |
| XYZ | 32.85 | 25.19 | 26.42 | - |
| YUV | 140.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 136 | 0 | 0.42 | 0.30 | 0.24 | 343.17 | 0.41 | 0.6 |
| Hex | C3 | 71 | 88 | 0 | 2A | 1E | 18 | 157 | 29 | 3C |
| Octal | 303 | 161 | 210 | 0 | 52 | 36 | 30 | 527 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10001000 | 0 | 101010 | 11110 | 11000 | 101010111 | 101001 | 111100 |
Color Harmonies of #C37188
Complementary color
Monochromatic Colors of #C37188
Black with #C37188
Text Example
Text Example
White with #C37188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37188; }
p { color: rgb(195,113,136); }
H1.HeaderClassName
{
color: #C37188;
}
.AnyTagClassName
{
color: #C37188;
}
</style>
background-color css
<style>
a { background-color: #C37188; }
a { background-color: rgb(195,113,136); }
div.DivClassName
{
background-color: #C37188;
}
.BgClassName
{
background-color: #C37188;
}
</style>
border-color css
<style>
span { border-color: #C37188; }
span { border-color: rgb(195,113,136); }
td.TdClassName
{
border-color: #C37188;
}
.TagClassName
{
border-color: #C37188;
}
</style>