Shades of Charm #C47285
Tints of Charm #C47285
RGB
CMYK
RGB Variations
Color information
#C47285 (or 0xC47285) is known color: Charm. HEX triplet: C4, 72 and 85. RGB value is (196,114,133). Sum of RGB (Red+Green+Blue) = 196+114+133=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47285 is #3B8D7A. Grayscale: #8C8C8C. Windows color (decimal): -3902843 or 8745668. OLE color: 8745668.
HSL color Cylindrical-coordinate representation of color #C47285: hue angle of 346.1º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47285 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 133 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.23 |
| HSL | 346.1º | 0.41% | 0.61% | - |
| HSV(B) | 346.1º | 0.42% | 0.77% | - |
| XYZ | 33.02 | 25.46 | 25.37 | - |
| YUV | 140.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 133 | 0 | 0.42 | 0.32 | 0.23 | 346.1 | 0.41 | 0.61 |
| Hex | C4 | 72 | 85 | 0 | 2A | 20 | 17 | 15A | 29 | 3D |
| Octal | 304 | 162 | 205 | 0 | 52 | 40 | 27 | 532 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10000101 | 0 | 101010 | 100000 | 10111 | 101011010 | 101001 | 111101 |
Color Harmonies of #C47285
Complementary color
Monochromatic Colors of #C47285
Black with #C47285
Text Example
Text Example
White with #C47285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47285; }
p { color: rgb(196,114,133); }
H1.HeaderClassName
{
color: #C47285;
}
.AnyTagClassName
{
color: #C47285;
}
</style>
background-color css
<style>
a { background-color: #C47285; }
a { background-color: rgb(196,114,133); }
div.DivClassName
{
background-color: #C47285;
}
.BgClassName
{
background-color: #C47285;
}
</style>
border-color css
<style>
span { border-color: #C47285; }
span { border-color: rgb(196,114,133); }
td.TdClassName
{
border-color: #C47285;
}
.TagClassName
{
border-color: #C47285;
}
</style>