Shades of Charm #C27980
Tints of Charm #C27980
RGB
CMYK
RGB Variations
Color information
#C27980 (or 0xC27980) is known color: Charm. HEX triplet: C2, 79 and 80. RGB value is (194,121,128). Sum of RGB (Red+Green+Blue) = 194+121+128=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27980 is #3D867F. Grayscale: #8F8F8F. Windows color (decimal): -4032128 or 8419778. OLE color: 8419778.
HSL color Cylindrical-coordinate representation of color #C27980: hue angle of 354.25º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27980 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 128 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.24 |
| HSL | 354.25º | 0.37% | 0.62% | - |
| HSV(B) | 354.25º | 0.38% | 0.76% | - |
| XYZ | 32.98 | 26.7 | 23.84 | - |
| YUV | 143.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 128 | 0 | 0.38 | 0.34 | 0.24 | 354.25 | 0.37 | 0.62 |
| Hex | C2 | 79 | 80 | 0 | 26 | 22 | 18 | 162 | 25 | 3E |
| Octal | 302 | 171 | 200 | 0 | 46 | 42 | 30 | 542 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10000000 | 0 | 100110 | 100010 | 11000 | 101100010 | 100101 | 111110 |
Color Harmonies of #C27980
Complementary color
Monochromatic Colors of #C27980
Black with #C27980
Text Example
Text Example
White with #C27980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27980; }
p { color: rgb(194,121,128); }
H1.HeaderClassName
{
color: #C27980;
}
.AnyTagClassName
{
color: #C27980;
}
</style>
background-color css
<style>
a { background-color: #C27980; }
a { background-color: rgb(194,121,128); }
div.DivClassName
{
background-color: #C27980;
}
.BgClassName
{
background-color: #C27980;
}
</style>
border-color css
<style>
span { border-color: #C27980; }
span { border-color: rgb(194,121,128); }
td.TdClassName
{
border-color: #C27980;
}
.TagClassName
{
border-color: #C27980;
}
</style>