Shades of Charm #C47682
Tints of Charm #C47682
RGB
CMYK
RGB Variations
Color information
#C47682 (or 0xC47682) is known color: Charm. HEX triplet: C4, 76 and 82. RGB value is (196,118,130). Sum of RGB (Red+Green+Blue) = 196+118+130=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C47682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47682 is #3B897D. Grayscale: #8E8E8E. Windows color (decimal): -3901822 or 8550084. OLE color: 8550084.
HSL color Cylindrical-coordinate representation of color #C47682: hue angle of 350.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47682 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 130 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.23 |
| HSL | 350.77º | 0.4% | 0.62% | - |
| HSV(B) | 350.77º | 0.4% | 0.77% | - |
| XYZ | 33.27 | 26.3 | 24.44 | - |
| YUV | 142.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 130 | 0 | 0.40 | 0.34 | 0.23 | 350.77 | 0.4 | 0.62 |
| Hex | C4 | 76 | 82 | 0 | 28 | 22 | 17 | 15F | 28 | 3E |
| Octal | 304 | 166 | 202 | 0 | 50 | 42 | 27 | 537 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10000010 | 0 | 101000 | 100010 | 10111 | 101011111 | 101000 | 111110 |
Color Harmonies of #C47682
Complementary color
Monochromatic Colors of #C47682
Black with #C47682
Text Example
Text Example
White with #C47682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47682; }
p { color: rgb(196,118,130); }
H1.HeaderClassName
{
color: #C47682;
}
.AnyTagClassName
{
color: #C47682;
}
</style>
background-color css
<style>
a { background-color: #C47682; }
a { background-color: rgb(196,118,130); }
div.DivClassName
{
background-color: #C47682;
}
.BgClassName
{
background-color: #C47682;
}
</style>
border-color css
<style>
span { border-color: #C47682; }
span { border-color: rgb(196,118,130); }
td.TdClassName
{
border-color: #C47682;
}
.TagClassName
{
border-color: #C47682;
}
</style>