Shades of Charm #C27189
Tints of Charm #C27189
RGB
CMYK
RGB Variations
Color information
#C27189 (or 0xC27189) is known color: Charm. HEX triplet: C2, 71 and 89. RGB value is (194,113,137). Sum of RGB (Red+Green+Blue) = 194+113+137=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C27189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27189 is #3D8E76. Grayscale: #8B8B8B. Windows color (decimal): -4034167 or 9007554. OLE color: 9007554.
HSL color Cylindrical-coordinate representation of color #C27189: hue angle of 342.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27189 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 137 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.24 |
| HSL | 342.22º | 0.4% | 0.6% | - |
| HSV(B) | 342.22º | 0.42% | 0.76% | - |
| XYZ | 32.67 | 25.09 | 26.79 | - |
| YUV | 139.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 137 | 0 | 0.42 | 0.29 | 0.24 | 342.22 | 0.4 | 0.6 |
| Hex | C2 | 71 | 89 | 0 | 2A | 1D | 18 | 156 | 28 | 3C |
| Octal | 302 | 161 | 211 | 0 | 52 | 35 | 30 | 526 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10001001 | 0 | 101010 | 11101 | 11000 | 101010110 | 101000 | 111100 |
Color Harmonies of #C27189
Complementary color
Monochromatic Colors of #C27189
Black with #C27189
Text Example
Text Example
White with #C27189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27189; }
p { color: rgb(194,113,137); }
H1.HeaderClassName
{
color: #C27189;
}
.AnyTagClassName
{
color: #C27189;
}
</style>
background-color css
<style>
a { background-color: #C27189; }
a { background-color: rgb(194,113,137); }
div.DivClassName
{
background-color: #C27189;
}
.BgClassName
{
background-color: #C27189;
}
</style>
border-color css
<style>
span { border-color: #C27189; }
span { border-color: rgb(194,113,137); }
td.TdClassName
{
border-color: #C27189;
}
.TagClassName
{
border-color: #C27189;
}
</style>