Shades of Charm #C2747E
Tints of Charm #C2747E
RGB
CMYK
RGB Variations
Color information
#C2747E (or 0xC2747E) is known color: Charm. HEX triplet: C2, 74 and 7E. RGB value is (194,116,126). Sum of RGB (Red+Green+Blue) = 194+116+126=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2747E is #3D8B81. Grayscale: #8C8C8C. Windows color (decimal): -4033410 or 8287426. OLE color: 8287426.
HSL color Cylindrical-coordinate representation of color #C2747E: hue angle of 352.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 #C2747E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 126 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.24 |
| HSL | 352.31º | 0.39% | 0.61% | - |
| HSV(B) | 352.31º | 0.4% | 0.76% | - |
| XYZ | 32.26 | 25.47 | 22.95 | - |
| YUV | 140.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 126 | 0 | 0.40 | 0.35 | 0.24 | 352.31 | 0.39 | 0.61 |
| Hex | C2 | 74 | 7E | 0 | 28 | 23 | 18 | 160 | 27 | 3D |
| Octal | 302 | 164 | 176 | 0 | 50 | 43 | 30 | 540 | 47 | 75 |
| Binary | 11000010 | 1110100 | 1111110 | 0 | 101000 | 100011 | 11000 | 101100000 | 100111 | 111101 |
Color Harmonies of #C2747E
Complementary color
Monochromatic Colors of #C2747E
Black with #C2747E
Text Example
Text Example
White with #C2747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2747E; }
p { color: rgb(194,116,126); }
H1.HeaderClassName
{
color: #C2747E;
}
.AnyTagClassName
{
color: #C2747E;
}
</style>
background-color css
<style>
a { background-color: #C2747E; }
a { background-color: rgb(194,116,126); }
div.DivClassName
{
background-color: #C2747E;
}
.BgClassName
{
background-color: #C2747E;
}
</style>
border-color css
<style>
span { border-color: #C2747E; }
span { border-color: rgb(194,116,126); }
td.TdClassName
{
border-color: #C2747E;
}
.TagClassName
{
border-color: #C2747E;
}
</style>