Shades of Charm #C47585
Tints of Charm #C47585
RGB
CMYK
RGB Variations
Color information
#C47585 (or 0xC47585) is known color: Charm. HEX triplet: C4, 75 and 85. RGB value is (196,117,133). Sum of RGB (Red+Green+Blue) = 196+117+133=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C47585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47585 is #3B8A7A. Grayscale: #8E8E8E. Windows color (decimal): -3902075 or 8746436. OLE color: 8746436.
HSL color Cylindrical-coordinate representation of color #C47585: hue angle of 347.85º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47585 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 133 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.23 |
| HSL | 347.85º | 0.4% | 0.61% | - |
| HSV(B) | 347.85º | 0.4% | 0.77% | - |
| XYZ | 33.36 | 26.15 | 25.48 | - |
| YUV | 142.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 133 | 0 | 0.40 | 0.32 | 0.23 | 347.85 | 0.4 | 0.61 |
| Hex | C4 | 75 | 85 | 0 | 28 | 20 | 17 | 15C | 28 | 3D |
| Octal | 304 | 165 | 205 | 0 | 50 | 40 | 27 | 534 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10000101 | 0 | 101000 | 100000 | 10111 | 101011100 | 101000 | 111101 |
Color Harmonies of #C47585
Complementary color
Monochromatic Colors of #C47585
Black with #C47585
Text Example
Text Example
White with #C47585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47585; }
p { color: rgb(196,117,133); }
H1.HeaderClassName
{
color: #C47585;
}
.AnyTagClassName
{
color: #C47585;
}
</style>
background-color css
<style>
a { background-color: #C47585; }
a { background-color: rgb(196,117,133); }
div.DivClassName
{
background-color: #C47585;
}
.BgClassName
{
background-color: #C47585;
}
</style>
border-color css
<style>
span { border-color: #C47585; }
span { border-color: rgb(196,117,133); }
td.TdClassName
{
border-color: #C47585;
}
.TagClassName
{
border-color: #C47585;
}
</style>