Shades of Charm #C47F88
Tints of Charm #C47F88
RGB
CMYK
RGB Variations
Color information
#C47F88 (or 0xC47F88) is known color: Charm. HEX triplet: C4, 7F and 88. RGB value is (196,127,136). Sum of RGB (Red+Green+Blue) = 196+127+136=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F88 is #3B8077. Grayscale: #949494. Windows color (decimal): -3899512 or 8945604. OLE color: 8945604.
HSL color Cylindrical-coordinate representation of color #C47F88: hue angle of 352.17º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47F88 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 136 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.23 |
| HSL | 352.17º | 0.37% | 0.63% | - |
| HSV(B) | 352.17º | 0.35% | 0.77% | - |
| XYZ | 34.8 | 28.69 | 27 | - |
| YUV | 148.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 136 | 0 | 0.35 | 0.31 | 0.23 | 352.17 | 0.37 | 0.63 |
| Hex | C4 | 7F | 88 | 0 | 23 | 1F | 17 | 160 | 25 | 3F |
| Octal | 304 | 177 | 210 | 0 | 43 | 37 | 27 | 540 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10001000 | 0 | 100011 | 11111 | 10111 | 101100000 | 100101 | 111111 |
Color Harmonies of #C47F88
Complementary color
Monochromatic Colors of #C47F88
Black with #C47F88
Text Example
Text Example
White with #C47F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F88; }
p { color: rgb(196,127,136); }
H1.HeaderClassName
{
color: #C47F88;
}
.AnyTagClassName
{
color: #C47F88;
}
</style>
background-color css
<style>
a { background-color: #C47F88; }
a { background-color: rgb(196,127,136); }
div.DivClassName
{
background-color: #C47F88;
}
.BgClassName
{
background-color: #C47F88;
}
</style>
border-color css
<style>
span { border-color: #C47F88; }
span { border-color: rgb(196,127,136); }
td.TdClassName
{
border-color: #C47F88;
}
.TagClassName
{
border-color: #C47F88;
}
</style>