Shades of Charm #C2758E
Tints of Charm #C2758E
RGB
CMYK
RGB Variations
Color information
#C2758E (or 0xC2758E) is known color: Charm. HEX triplet: C2, 75 and 8E. RGB value is (194,117,142). Sum of RGB (Red+Green+Blue) = 194+117+142=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2758E is #3D8A71. Grayscale: #8E8E8E. Windows color (decimal): -4033138 or 9336258. OLE color: 9336258.
HSL color Cylindrical-coordinate representation of color #C2758E: hue angle of 340.52º 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 #C2758E is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 142 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.24 |
| HSL | 340.52º | 0.39% | 0.61% | - |
| HSV(B) | 340.52º | 0.4% | 0.76% | - |
| XYZ | 33.49 | 26.14 | 28.87 | - |
| YUV | 142.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 142 | 0 | 0.40 | 0.27 | 0.24 | 340.52 | 0.39 | 0.61 |
| Hex | C2 | 75 | 8E | 0 | 28 | 1B | 18 | 155 | 27 | 3D |
| Octal | 302 | 165 | 216 | 0 | 50 | 33 | 30 | 525 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10001110 | 0 | 101000 | 11011 | 11000 | 101010101 | 100111 | 111101 |
Color Harmonies of #C2758E
Complementary color
Monochromatic Colors of #C2758E
Black with #C2758E
Text Example
Text Example
White with #C2758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2758E; }
p { color: rgb(194,117,142); }
H1.HeaderClassName
{
color: #C2758E;
}
.AnyTagClassName
{
color: #C2758E;
}
</style>
background-color css
<style>
a { background-color: #C2758E; }
a { background-color: rgb(194,117,142); }
div.DivClassName
{
background-color: #C2758E;
}
.BgClassName
{
background-color: #C2758E;
}
</style>
border-color css
<style>
span { border-color: #C2758E; }
span { border-color: rgb(194,117,142); }
td.TdClassName
{
border-color: #C2758E;
}
.TagClassName
{
border-color: #C2758E;
}
</style>