Shades of Charm #C57682
Tints of Charm #C57682
RGB
CMYK
RGB Variations
Color information
#C57682 (or 0xC57682) is known color: Charm. HEX triplet: C5, 76 and 82. RGB value is (197,118,130). Sum of RGB (Red+Green+Blue) = 197+118+130=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57682 is #3A897D. Grayscale: #8F8F8F. Windows color (decimal): -3836286 or 8550085. OLE color: 8550085.
HSL color Cylindrical-coordinate representation of color #C57682: hue angle of 350.89º degrees, saturation: 0.41, 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 #C57682 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 130 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.23 |
| HSL | 350.89º | 0.41% | 0.62% | - |
| HSV(B) | 350.89º | 0.4% | 0.77% | - |
| XYZ | 33.53 | 26.44 | 24.45 | - |
| YUV | 142.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 130 | 0 | 0.40 | 0.34 | 0.23 | 350.89 | 0.41 | 0.62 |
| Hex | C5 | 76 | 82 | 0 | 28 | 22 | 17 | 15F | 29 | 3E |
| Octal | 305 | 166 | 202 | 0 | 50 | 42 | 27 | 537 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10000010 | 0 | 101000 | 100010 | 10111 | 101011111 | 101001 | 111110 |
Color Harmonies of #C57682
Complementary color
Monochromatic Colors of #C57682
Black with #C57682
Text Example
Text Example
White with #C57682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57682; }
p { color: rgb(197,118,130); }
H1.HeaderClassName
{
color: #C57682;
}
.AnyTagClassName
{
color: #C57682;
}
</style>
background-color css
<style>
a { background-color: #C57682; }
a { background-color: rgb(197,118,130); }
div.DivClassName
{
background-color: #C57682;
}
.BgClassName
{
background-color: #C57682;
}
</style>
border-color css
<style>
span { border-color: #C57682; }
span { border-color: rgb(197,118,130); }
td.TdClassName
{
border-color: #C57682;
}
.TagClassName
{
border-color: #C57682;
}
</style>