Shades of Charm #C2758B
Tints of Charm #C2758B
RGB
CMYK
RGB Variations
Color information
#C2758B (or 0xC2758B) is known color: Charm. HEX triplet: C2, 75 and 8B. RGB value is (194,117,139). Sum of RGB (Red+Green+Blue) = 194+117+139=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2758B is #3D8A74. Grayscale: #8E8E8E. Windows color (decimal): -4033141 or 9139650. OLE color: 9139650.
HSL color Cylindrical-coordinate representation of color #C2758B: hue angle of 342.86º 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 #C2758B is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 139 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.24 |
| HSL | 342.86º | 0.39% | 0.61% | - |
| HSV(B) | 342.86º | 0.4% | 0.76% | - |
| XYZ | 33.27 | 26.06 | 27.7 | - |
| YUV | 142.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 139 | 0 | 0.40 | 0.28 | 0.24 | 342.86 | 0.39 | 0.61 |
| Hex | C2 | 75 | 8B | 0 | 28 | 1C | 18 | 157 | 27 | 3D |
| Octal | 302 | 165 | 213 | 0 | 50 | 34 | 30 | 527 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10001011 | 0 | 101000 | 11100 | 11000 | 101010111 | 100111 | 111101 |
Color Harmonies of #C2758B
Complementary color
Monochromatic Colors of #C2758B
Black with #C2758B
Text Example
Text Example
White with #C2758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2758B; }
p { color: rgb(194,117,139); }
H1.HeaderClassName
{
color: #C2758B;
}
.AnyTagClassName
{
color: #C2758B;
}
</style>
background-color css
<style>
a { background-color: #C2758B; }
a { background-color: rgb(194,117,139); }
div.DivClassName
{
background-color: #C2758B;
}
.BgClassName
{
background-color: #C2758B;
}
</style>
border-color css
<style>
span { border-color: #C2758B; }
span { border-color: rgb(194,117,139); }
td.TdClassName
{
border-color: #C2758B;
}
.TagClassName
{
border-color: #C2758B;
}
</style>