Shades of Charm #C27986
Tints of Charm #C27986
RGB
CMYK
RGB Variations
Color information
#C27986 (or 0xC27986) is known color: Charm. HEX triplet: C2, 79 and 86. RGB value is (194,121,134). Sum of RGB (Red+Green+Blue) = 194+121+134=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C27986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27986 is #3D8679. Grayscale: #909090. Windows color (decimal): -4032122 or 8812994. OLE color: 8812994.
HSL color Cylindrical-coordinate representation of color #C27986: hue angle of 349.32º 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 #C27986 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 134 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.24 |
| HSL | 349.32º | 0.37% | 0.62% | - |
| HSV(B) | 349.32º | 0.38% | 0.76% | - |
| XYZ | 33.39 | 26.87 | 25.98 | - |
| YUV | 144.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 134 | 0 | 0.38 | 0.31 | 0.24 | 349.32 | 0.37 | 0.62 |
| Hex | C2 | 79 | 86 | 0 | 26 | 1F | 18 | 15D | 25 | 3E |
| Octal | 302 | 171 | 206 | 0 | 46 | 37 | 30 | 535 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10000110 | 0 | 100110 | 11111 | 11000 | 101011101 | 100101 | 111110 |
Color Harmonies of #C27986
Complementary color
Monochromatic Colors of #C27986
Black with #C27986
Text Example
Text Example
White with #C27986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27986; }
p { color: rgb(194,121,134); }
H1.HeaderClassName
{
color: #C27986;
}
.AnyTagClassName
{
color: #C27986;
}
</style>
background-color css
<style>
a { background-color: #C27986; }
a { background-color: rgb(194,121,134); }
div.DivClassName
{
background-color: #C27986;
}
.BgClassName
{
background-color: #C27986;
}
</style>
border-color css
<style>
span { border-color: #C27986; }
span { border-color: rgb(194,121,134); }
td.TdClassName
{
border-color: #C27986;
}
.TagClassName
{
border-color: #C27986;
}
</style>