Shades of Charm #C47287
Tints of Charm #C47287
RGB
CMYK
RGB Variations
Color information
#C47287 (or 0xC47287) is known color: Charm. HEX triplet: C4, 72 and 87. RGB value is (196,114,135). Sum of RGB (Red+Green+Blue) = 196+114+135=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47287 is #3B8D78. Grayscale: #8C8C8C. Windows color (decimal): -3902841 or 8876740. OLE color: 8876740.
HSL color Cylindrical-coordinate representation of color #C47287: hue angle of 344.63º 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 #C47287 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 135 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.23 |
| HSL | 344.63º | 0.41% | 0.61% | - |
| HSV(B) | 344.63º | 0.42% | 0.77% | - |
| XYZ | 33.16 | 25.52 | 26.1 | - |
| YUV | 140.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 135 | 0 | 0.42 | 0.31 | 0.23 | 344.63 | 0.41 | 0.61 |
| Hex | C4 | 72 | 87 | 0 | 2A | 1F | 17 | 159 | 29 | 3D |
| Octal | 304 | 162 | 207 | 0 | 52 | 37 | 27 | 531 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10000111 | 0 | 101010 | 11111 | 10111 | 101011001 | 101001 | 111101 |
Color Harmonies of #C47287
Complementary color
Monochromatic Colors of #C47287
Black with #C47287
Text Example
Text Example
White with #C47287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47287; }
p { color: rgb(196,114,135); }
H1.HeaderClassName
{
color: #C47287;
}
.AnyTagClassName
{
color: #C47287;
}
</style>
background-color css
<style>
a { background-color: #C47287; }
a { background-color: rgb(196,114,135); }
div.DivClassName
{
background-color: #C47287;
}
.BgClassName
{
background-color: #C47287;
}
</style>
border-color css
<style>
span { border-color: #C47287; }
span { border-color: rgb(196,114,135); }
td.TdClassName
{
border-color: #C47287;
}
.TagClassName
{
border-color: #C47287;
}
</style>