Shades of Charm #C2728B
Tints of Charm #C2728B
RGB
CMYK
RGB Variations
Color information
#C2728B (or 0xC2728B) is known color: Charm. HEX triplet: C2, 72 and 8B. RGB value is (194,114,139). Sum of RGB (Red+Green+Blue) = 194+114+139=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2728B is #3D8D74. Grayscale: #8C8C8C. Windows color (decimal): -4033909 or 9138882. OLE color: 9138882.
HSL color Cylindrical-coordinate representation of color #C2728B: hue angle of 341.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2728B is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 139 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.24 |
| HSL | 341.25º | 0.4% | 0.6% | - |
| HSV(B) | 341.25º | 0.41% | 0.76% | - |
| XYZ | 32.93 | 25.37 | 27.59 | - |
| YUV | 140.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 139 | 0 | 0.41 | 0.28 | 0.24 | 341.25 | 0.4 | 0.6 |
| Hex | C2 | 72 | 8B | 0 | 29 | 1C | 18 | 155 | 28 | 3C |
| Octal | 302 | 162 | 213 | 0 | 51 | 34 | 30 | 525 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10001011 | 0 | 101001 | 11100 | 11000 | 101010101 | 101000 | 111100 |
Color Harmonies of #C2728B
Complementary color
Monochromatic Colors of #C2728B
Black with #C2728B
Text Example
Text Example
White with #C2728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2728B; }
p { color: rgb(194,114,139); }
H1.HeaderClassName
{
color: #C2728B;
}
.AnyTagClassName
{
color: #C2728B;
}
</style>
background-color css
<style>
a { background-color: #C2728B; }
a { background-color: rgb(194,114,139); }
div.DivClassName
{
background-color: #C2728B;
}
.BgClassName
{
background-color: #C2728B;
}
</style>
border-color css
<style>
span { border-color: #C2728B; }
span { border-color: rgb(194,114,139); }
td.TdClassName
{
border-color: #C2728B;
}
.TagClassName
{
border-color: #C2728B;
}
</style>