Shades of Charm #C2748B
Tints of Charm #C2748B
RGB
CMYK
RGB Variations
Color information
#C2748B (or 0xC2748B) is known color: Charm. HEX triplet: C2, 74 and 8B. RGB value is (194,116,139). Sum of RGB (Red+Green+Blue) = 194+116+139=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2748B is #3D8B74. Grayscale: #8D8D8D. Windows color (decimal): -4033397 or 9139394. OLE color: 9139394.
HSL color Cylindrical-coordinate representation of color #C2748B: hue angle of 342.31º 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 #C2748B is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 139 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.24 |
| HSL | 342.31º | 0.39% | 0.61% | - |
| HSV(B) | 342.31º | 0.4% | 0.76% | - |
| XYZ | 33.15 | 25.82 | 27.66 | - |
| YUV | 141.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 139 | 0 | 0.40 | 0.28 | 0.24 | 342.31 | 0.39 | 0.61 |
| Hex | C2 | 74 | 8B | 0 | 28 | 1C | 18 | 156 | 27 | 3D |
| Octal | 302 | 164 | 213 | 0 | 50 | 34 | 30 | 526 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10001011 | 0 | 101000 | 11100 | 11000 | 101010110 | 100111 | 111101 |
Color Harmonies of #C2748B
Complementary color
Monochromatic Colors of #C2748B
Black with #C2748B
Text Example
Text Example
White with #C2748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2748B; }
p { color: rgb(194,116,139); }
H1.HeaderClassName
{
color: #C2748B;
}
.AnyTagClassName
{
color: #C2748B;
}
</style>
background-color css
<style>
a { background-color: #C2748B; }
a { background-color: rgb(194,116,139); }
div.DivClassName
{
background-color: #C2748B;
}
.BgClassName
{
background-color: #C2748B;
}
</style>
border-color css
<style>
span { border-color: #C2748B; }
span { border-color: rgb(194,116,139); }
td.TdClassName
{
border-color: #C2748B;
}
.TagClassName
{
border-color: #C2748B;
}
</style>