Shades of Charm #C27680
Tints of Charm #C27680
RGB
CMYK
RGB Variations
Color information
#C27680 (or 0xC27680) is known color: Charm. HEX triplet: C2, 76 and 80. RGB value is (194,118,128). Sum of RGB (Red+Green+Blue) = 194+118+128=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C27680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27680 is #3D897F. Grayscale: #8D8D8D. Windows color (decimal): -4032896 or 8419010. OLE color: 8419010.
HSL color Cylindrical-coordinate representation of color #C27680: hue angle of 352.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27680 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 128 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.24 |
| HSL | 352.11º | 0.38% | 0.61% | - |
| HSV(B) | 352.11º | 0.39% | 0.76% | - |
| XYZ | 32.62 | 25.98 | 23.72 | - |
| YUV | 141.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 128 | 0 | 0.39 | 0.34 | 0.24 | 352.11 | 0.38 | 0.61 |
| Hex | C2 | 76 | 80 | 0 | 27 | 22 | 18 | 160 | 26 | 3D |
| Octal | 302 | 166 | 200 | 0 | 47 | 42 | 30 | 540 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10000000 | 0 | 100111 | 100010 | 11000 | 101100000 | 100110 | 111101 |
Color Harmonies of #C27680
Complementary color
Monochromatic Colors of #C27680
Black with #C27680
Text Example
Text Example
White with #C27680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27680; }
p { color: rgb(194,118,128); }
H1.HeaderClassName
{
color: #C27680;
}
.AnyTagClassName
{
color: #C27680;
}
</style>
background-color css
<style>
a { background-color: #C27680; }
a { background-color: rgb(194,118,128); }
div.DivClassName
{
background-color: #C27680;
}
.BgClassName
{
background-color: #C27680;
}
</style>
border-color css
<style>
span { border-color: #C27680; }
span { border-color: rgb(194,118,128); }
td.TdClassName
{
border-color: #C27680;
}
.TagClassName
{
border-color: #C27680;
}
</style>