Shades of Charm #C27A88
Tints of Charm #C27A88
RGB
CMYK
RGB Variations
Color information
#C27A88 (or 0xC27A88) is known color: Charm. HEX triplet: C2, 7A and 88. RGB value is (194,122,136). Sum of RGB (Red+Green+Blue) = 194+122+136=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A88 is #3D8577. Grayscale: #919191. Windows color (decimal): -4031864 or 8944322. OLE color: 8944322.
HSL color Cylindrical-coordinate representation of color #C27A88: hue angle of 348.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27A88 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 136 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.24 |
| HSL | 348.33º | 0.37% | 0.62% | - |
| HSV(B) | 348.33º | 0.37% | 0.76% | - |
| XYZ | 33.65 | 27.17 | 26.76 | - |
| YUV | 145.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 136 | 0 | 0.37 | 0.30 | 0.24 | 348.33 | 0.37 | 0.62 |
| Hex | C2 | 7A | 88 | 0 | 25 | 1E | 18 | 15C | 25 | 3E |
| Octal | 302 | 172 | 210 | 0 | 45 | 36 | 30 | 534 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10001000 | 0 | 100101 | 11110 | 11000 | 101011100 | 100101 | 111110 |
Color Harmonies of #C27A88
Complementary color
Monochromatic Colors of #C27A88
Black with #C27A88
Text Example
Text Example
White with #C27A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A88; }
p { color: rgb(194,122,136); }
H1.HeaderClassName
{
color: #C27A88;
}
.AnyTagClassName
{
color: #C27A88;
}
</style>
background-color css
<style>
a { background-color: #C27A88; }
a { background-color: rgb(194,122,136); }
div.DivClassName
{
background-color: #C27A88;
}
.BgClassName
{
background-color: #C27A88;
}
</style>
border-color css
<style>
span { border-color: #C27A88; }
span { border-color: rgb(194,122,136); }
td.TdClassName
{
border-color: #C27A88;
}
.TagClassName
{
border-color: #C27A88;
}
</style>