Shades of Charm #C2757C
Tints of Charm #C2757C
RGB
CMYK
RGB Variations
Color information
#C2757C (or 0xC2757C) is known color: Charm. HEX triplet: C2, 75 and 7C. RGB value is (194,117,124). Sum of RGB (Red+Green+Blue) = 194+117+124=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2757C is #3D8A83. Grayscale: #8C8C8C. Windows color (decimal): -4033156 or 8156610. OLE color: 8156610.
HSL color Cylindrical-coordinate representation of color #C2757C: hue angle of 354.55º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2757C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 124 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.24 |
| HSL | 354.55º | 0.39% | 0.61% | - |
| HSV(B) | 354.55º | 0.4% | 0.76% | - |
| XYZ | 32.25 | 25.65 | 22.32 | - |
| YUV | 140.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 124 | 0 | 0.40 | 0.36 | 0.24 | 354.55 | 0.39 | 0.61 |
| Hex | C2 | 75 | 7C | 0 | 28 | 24 | 18 | 163 | 27 | 3D |
| Octal | 302 | 165 | 174 | 0 | 50 | 44 | 30 | 543 | 47 | 75 |
| Binary | 11000010 | 1110101 | 1111100 | 0 | 101000 | 100100 | 11000 | 101100011 | 100111 | 111101 |
Color Harmonies of #C2757C
Complementary color
Monochromatic Colors of #C2757C
Black with #C2757C
Text Example
Text Example
White with #C2757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2757C; }
p { color: rgb(194,117,124); }
H1.HeaderClassName
{
color: #C2757C;
}
.AnyTagClassName
{
color: #C2757C;
}
</style>
background-color css
<style>
a { background-color: #C2757C; }
a { background-color: rgb(194,117,124); }
div.DivClassName
{
background-color: #C2757C;
}
.BgClassName
{
background-color: #C2757C;
}
</style>
border-color css
<style>
span { border-color: #C2757C; }
span { border-color: rgb(194,117,124); }
td.TdClassName
{
border-color: #C2757C;
}
.TagClassName
{
border-color: #C2757C;
}
</style>