Shades of Charm #C47388
Tints of Charm #C47388
RGB
CMYK
RGB Variations
Color information
#C47388 (or 0xC47388) is known color: Charm. HEX triplet: C4, 73 and 88. RGB value is (196,115,136). Sum of RGB (Red+Green+Blue) = 196+115+136=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C47388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47388 is #3B8C77. Grayscale: #8D8D8D. Windows color (decimal): -3902584 or 8942532. OLE color: 8942532.
HSL color Cylindrical-coordinate representation of color #C47388: hue angle of 344.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47388 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 136 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.23 |
| HSL | 344.44º | 0.41% | 0.61% | - |
| HSV(B) | 344.44º | 0.41% | 0.77% | - |
| XYZ | 33.34 | 25.77 | 26.51 | - |
| YUV | 141.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 136 | 0 | 0.41 | 0.31 | 0.23 | 344.44 | 0.41 | 0.61 |
| Hex | C4 | 73 | 88 | 0 | 29 | 1F | 17 | 158 | 29 | 3D |
| Octal | 304 | 163 | 210 | 0 | 51 | 37 | 27 | 530 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10001000 | 0 | 101001 | 11111 | 10111 | 101011000 | 101001 | 111101 |
Color Harmonies of #C47388
Complementary color
Monochromatic Colors of #C47388
Black with #C47388
Text Example
Text Example
White with #C47388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47388; }
p { color: rgb(196,115,136); }
H1.HeaderClassName
{
color: #C47388;
}
.AnyTagClassName
{
color: #C47388;
}
</style>
background-color css
<style>
a { background-color: #C47388; }
a { background-color: rgb(196,115,136); }
div.DivClassName
{
background-color: #C47388;
}
.BgClassName
{
background-color: #C47388;
}
</style>
border-color css
<style>
span { border-color: #C47388; }
span { border-color: rgb(196,115,136); }
td.TdClassName
{
border-color: #C47388;
}
.TagClassName
{
border-color: #C47388;
}
</style>