Shades of Charm #C27984
Tints of Charm #C27984
RGB
CMYK
RGB Variations
Color information
#C27984 (or 0xC27984) is known color: Charm. HEX triplet: C2, 79 and 84. RGB value is (194,121,132). Sum of RGB (Red+Green+Blue) = 194+121+132=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C27984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27984 is #3D867B. Grayscale: #909090. Windows color (decimal): -4032124 or 8681922. OLE color: 8681922.
HSL color Cylindrical-coordinate representation of color #C27984: hue angle of 350.96º 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 #C27984 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 132 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.24 |
| HSL | 350.96º | 0.37% | 0.62% | - |
| HSV(B) | 350.96º | 0.38% | 0.76% | - |
| XYZ | 33.25 | 26.81 | 25.25 | - |
| YUV | 144.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 132 | 0 | 0.38 | 0.32 | 0.24 | 350.96 | 0.37 | 0.62 |
| Hex | C2 | 79 | 84 | 0 | 26 | 20 | 18 | 15F | 25 | 3E |
| Octal | 302 | 171 | 204 | 0 | 46 | 40 | 30 | 537 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10000100 | 0 | 100110 | 100000 | 11000 | 101011111 | 100101 | 111110 |
Color Harmonies of #C27984
Complementary color
Monochromatic Colors of #C27984
Black with #C27984
Text Example
Text Example
White with #C27984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27984; }
p { color: rgb(194,121,132); }
H1.HeaderClassName
{
color: #C27984;
}
.AnyTagClassName
{
color: #C27984;
}
</style>
background-color css
<style>
a { background-color: #C27984; }
a { background-color: rgb(194,121,132); }
div.DivClassName
{
background-color: #C27984;
}
.BgClassName
{
background-color: #C27984;
}
</style>
border-color css
<style>
span { border-color: #C27984; }
span { border-color: rgb(194,121,132); }
td.TdClassName
{
border-color: #C27984;
}
.TagClassName
{
border-color: #C27984;
}
</style>