Shades of Charm #C47F84
Tints of Charm #C47F84
RGB
CMYK
RGB Variations
Color information
#C47F84 (or 0xC47F84) is known color: Charm. HEX triplet: C4, 7F and 84. RGB value is (196,127,132). Sum of RGB (Red+Green+Blue) = 196+127+132=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F84 is #3B807B. Grayscale: #949494. Windows color (decimal): -3899516 or 8683460. OLE color: 8683460.
HSL color Cylindrical-coordinate representation of color #C47F84: hue angle of 355.65º 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 #C47F84 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 132 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.23 |
| HSL | 355.65º | 0.37% | 0.63% | - |
| HSV(B) | 355.65º | 0.35% | 0.77% | - |
| XYZ | 34.52 | 28.58 | 25.53 | - |
| YUV | 148.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 132 | 0 | 0.35 | 0.33 | 0.23 | 355.65 | 0.37 | 0.63 |
| Hex | C4 | 7F | 84 | 0 | 23 | 21 | 17 | 164 | 25 | 3F |
| Octal | 304 | 177 | 204 | 0 | 43 | 41 | 27 | 544 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10000100 | 0 | 100011 | 100001 | 10111 | 101100100 | 100101 | 111111 |
Color Harmonies of #C47F84
Complementary color
Monochromatic Colors of #C47F84
Black with #C47F84
Text Example
Text Example
White with #C47F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F84; }
p { color: rgb(196,127,132); }
H1.HeaderClassName
{
color: #C47F84;
}
.AnyTagClassName
{
color: #C47F84;
}
</style>
background-color css
<style>
a { background-color: #C47F84; }
a { background-color: rgb(196,127,132); }
div.DivClassName
{
background-color: #C47F84;
}
.BgClassName
{
background-color: #C47F84;
}
</style>
border-color css
<style>
span { border-color: #C47F84; }
span { border-color: rgb(196,127,132); }
td.TdClassName
{
border-color: #C47F84;
}
.TagClassName
{
border-color: #C47F84;
}
</style>