Shades of Charm #C2748C
Tints of Charm #C2748C
RGB
CMYK
RGB Variations
Color information
#C2748C (or 0xC2748C) is known color: Charm. HEX triplet: C2, 74 and 8C. RGB value is (194,116,140). Sum of RGB (Red+Green+Blue) = 194+116+140=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2748C is #3D8B73. Grayscale: #8E8E8E. Windows color (decimal): -4033396 or 9204930. OLE color: 9204930.
HSL color Cylindrical-coordinate representation of color #C2748C: hue angle of 341.54º 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 #C2748C is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 140 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.24 |
| HSL | 341.54º | 0.39% | 0.61% | - |
| HSV(B) | 341.54º | 0.4% | 0.76% | - |
| XYZ | 33.23 | 25.85 | 28.05 | - |
| YUV | 142.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 140 | 0 | 0.40 | 0.28 | 0.24 | 341.54 | 0.39 | 0.61 |
| Hex | C2 | 74 | 8C | 0 | 28 | 1C | 18 | 156 | 27 | 3D |
| Octal | 302 | 164 | 214 | 0 | 50 | 34 | 30 | 526 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10001100 | 0 | 101000 | 11100 | 11000 | 101010110 | 100111 | 111101 |
Color Harmonies of #C2748C
Complementary color
Monochromatic Colors of #C2748C
Black with #C2748C
Text Example
Text Example
White with #C2748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2748C; }
p { color: rgb(194,116,140); }
H1.HeaderClassName
{
color: #C2748C;
}
.AnyTagClassName
{
color: #C2748C;
}
</style>
background-color css
<style>
a { background-color: #C2748C; }
a { background-color: rgb(194,116,140); }
div.DivClassName
{
background-color: #C2748C;
}
.BgClassName
{
background-color: #C2748C;
}
</style>
border-color css
<style>
span { border-color: #C2748C; }
span { border-color: rgb(194,116,140); }
td.TdClassName
{
border-color: #C2748C;
}
.TagClassName
{
border-color: #C2748C;
}
</style>