Shades of Charm #C27884
Tints of Charm #C27884
RGB
CMYK
RGB Variations
Color information
#C27884 (or 0xC27884) is known color: Charm. HEX triplet: C2, 78 and 84. RGB value is (194,120,132). Sum of RGB (Red+Green+Blue) = 194+120+132=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C27884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27884 is #3D877B. Grayscale: #8F8F8F. Windows color (decimal): -4032380 or 8681666. OLE color: 8681666.
HSL color Cylindrical-coordinate representation of color #C27884: hue angle of 350.27º degrees, saturation: 0.38, 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 #C27884 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 132 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.24 |
| HSL | 350.27º | 0.38% | 0.62% | - |
| HSV(B) | 350.27º | 0.38% | 0.76% | - |
| XYZ | 33.13 | 26.57 | 25.21 | - |
| YUV | 143.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 132 | 0 | 0.38 | 0.32 | 0.24 | 350.27 | 0.38 | 0.62 |
| Hex | C2 | 78 | 84 | 0 | 26 | 20 | 18 | 15E | 26 | 3E |
| Octal | 302 | 170 | 204 | 0 | 46 | 40 | 30 | 536 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10000100 | 0 | 100110 | 100000 | 11000 | 101011110 | 100110 | 111110 |
Color Harmonies of #C27884
Complementary color
Monochromatic Colors of #C27884
Black with #C27884
Text Example
Text Example
White with #C27884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27884; }
p { color: rgb(194,120,132); }
H1.HeaderClassName
{
color: #C27884;
}
.AnyTagClassName
{
color: #C27884;
}
</style>
background-color css
<style>
a { background-color: #C27884; }
a { background-color: rgb(194,120,132); }
div.DivClassName
{
background-color: #C27884;
}
.BgClassName
{
background-color: #C27884;
}
</style>
border-color css
<style>
span { border-color: #C27884; }
span { border-color: rgb(194,120,132); }
td.TdClassName
{
border-color: #C27884;
}
.TagClassName
{
border-color: #C27884;
}
</style>