Shades of Charm #C57782
Tints of Charm #C57782
RGB
CMYK
RGB Variations
Color information
#C57782 (or 0xC57782) is known color: Charm. HEX triplet: C5, 77 and 82. RGB value is (197,119,130). Sum of RGB (Red+Green+Blue) = 197+119+130=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C57782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57782 is #3A887D. Grayscale: #8F8F8F. Windows color (decimal): -3836030 or 8550341. OLE color: 8550341.
HSL color Cylindrical-coordinate representation of color #C57782: hue angle of 351.54º 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 #C57782 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 130 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.23 |
| HSL | 351.54º | 0.4% | 0.62% | - |
| HSV(B) | 351.54º | 0.4% | 0.77% | - |
| XYZ | 33.65 | 26.68 | 24.49 | - |
| YUV | 143.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 130 | 0 | 0.40 | 0.34 | 0.23 | 351.54 | 0.4 | 0.62 |
| Hex | C5 | 77 | 82 | 0 | 28 | 22 | 17 | 160 | 28 | 3E |
| Octal | 305 | 167 | 202 | 0 | 50 | 42 | 27 | 540 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10000010 | 0 | 101000 | 100010 | 10111 | 101100000 | 101000 | 111110 |
Color Harmonies of #C57782
Complementary color
Monochromatic Colors of #C57782
Black with #C57782
Text Example
Text Example
White with #C57782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57782; }
p { color: rgb(197,119,130); }
H1.HeaderClassName
{
color: #C57782;
}
.AnyTagClassName
{
color: #C57782;
}
</style>
background-color css
<style>
a { background-color: #C57782; }
a { background-color: rgb(197,119,130); }
div.DivClassName
{
background-color: #C57782;
}
.BgClassName
{
background-color: #C57782;
}
</style>
border-color css
<style>
span { border-color: #C57782; }
span { border-color: rgb(197,119,130); }
td.TdClassName
{
border-color: #C57782;
}
.TagClassName
{
border-color: #C57782;
}
</style>