Shades of Charm #C56682
Tints of Charm #C56682
RGB
CMYK
RGB Variations
Color information
#C56682 (or 0xC56682) is known color: Charm. HEX triplet: C5, 66 and 82. RGB value is (197,102,130). Sum of RGB (Red+Green+Blue) = 197+102+130=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C56682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56682 is #3A997D. Grayscale: #858585. Windows color (decimal): -3840382 or 8545989. OLE color: 8545989.
HSL color Cylindrical-coordinate representation of color #C56682: hue angle of 342.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56682 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 130 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.23 |
| HSL | 342.32º | 0.45% | 0.59% | - |
| HSV(B) | 342.32º | 0.48% | 0.77% | - |
| XYZ | 31.81 | 22.98 | 23.88 | - |
| YUV | 133.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 130 | 0 | 0.48 | 0.34 | 0.23 | 342.32 | 0.45 | 0.59 |
| Hex | C5 | 66 | 82 | 0 | 30 | 22 | 17 | 156 | 2D | 3B |
| Octal | 305 | 146 | 202 | 0 | 60 | 42 | 27 | 526 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10000010 | 0 | 110000 | 100010 | 10111 | 101010110 | 101101 | 111011 |
Color Harmonies of #C56682
Complementary color
Monochromatic Colors of #C56682
Black with #C56682
Text Example
Text Example
White with #C56682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56682; }
p { color: rgb(197,102,130); }
H1.HeaderClassName
{
color: #C56682;
}
.AnyTagClassName
{
color: #C56682;
}
</style>
background-color css
<style>
a { background-color: #C56682; }
a { background-color: rgb(197,102,130); }
div.DivClassName
{
background-color: #C56682;
}
.BgClassName
{
background-color: #C56682;
}
</style>
border-color css
<style>
span { border-color: #C56682; }
span { border-color: rgb(197,102,130); }
td.TdClassName
{
border-color: #C56682;
}
.TagClassName
{
border-color: #C56682;
}
</style>