Shades of Charm #C47884
Tints of Charm #C47884
RGB
CMYK
RGB Variations
Color information
#C47884 (or 0xC47884) is known color: Charm. HEX triplet: C4, 78 and 84. RGB value is (196,120,132). Sum of RGB (Red+Green+Blue) = 196+120+132=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C47884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47884 is #3B877B. Grayscale: #909090. Windows color (decimal): -3901308 or 8681668. OLE color: 8681668.
HSL color Cylindrical-coordinate representation of color #C47884: hue angle of 350.53º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47884 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 132 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.23 |
| HSL | 350.53º | 0.39% | 0.62% | - |
| HSV(B) | 350.53º | 0.39% | 0.77% | - |
| XYZ | 33.65 | 26.83 | 25.24 | - |
| YUV | 144.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 132 | 0 | 0.39 | 0.33 | 0.23 | 350.53 | 0.39 | 0.62 |
| Hex | C4 | 78 | 84 | 0 | 27 | 21 | 17 | 15F | 27 | 3E |
| Octal | 304 | 170 | 204 | 0 | 47 | 41 | 27 | 537 | 47 | 76 |
| Binary | 11000100 | 1111000 | 10000100 | 0 | 100111 | 100001 | 10111 | 101011111 | 100111 | 111110 |
Color Harmonies of #C47884
Complementary color
Monochromatic Colors of #C47884
Black with #C47884
Text Example
Text Example
White with #C47884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47884; }
p { color: rgb(196,120,132); }
H1.HeaderClassName
{
color: #C47884;
}
.AnyTagClassName
{
color: #C47884;
}
</style>
background-color css
<style>
a { background-color: #C47884; }
a { background-color: rgb(196,120,132); }
div.DivClassName
{
background-color: #C47884;
}
.BgClassName
{
background-color: #C47884;
}
</style>
border-color css
<style>
span { border-color: #C47884; }
span { border-color: rgb(196,120,132); }
td.TdClassName
{
border-color: #C47884;
}
.TagClassName
{
border-color: #C47884;
}
</style>