Shades of Charm #C27288
Tints of Charm #C27288
RGB
CMYK
RGB Variations
Color information
#C27288 (or 0xC27288) is known color: Charm. HEX triplet: C2, 72 and 88. RGB value is (194,114,136). Sum of RGB (Red+Green+Blue) = 194+114+136=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C27288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27288 is #3D8D77. Grayscale: #8C8C8C. Windows color (decimal): -4033912 or 8942274. OLE color: 8942274.
HSL color Cylindrical-coordinate representation of color #C27288: hue angle of 343.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27288 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 136 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.24 |
| HSL | 343.5º | 0.4% | 0.6% | - |
| HSV(B) | 343.5º | 0.41% | 0.76% | - |
| XYZ | 32.71 | 25.28 | 26.45 | - |
| YUV | 140.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 136 | 0 | 0.41 | 0.30 | 0.24 | 343.5 | 0.4 | 0.6 |
| Hex | C2 | 72 | 88 | 0 | 29 | 1E | 18 | 158 | 28 | 3C |
| Octal | 302 | 162 | 210 | 0 | 51 | 36 | 30 | 530 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10001000 | 0 | 101001 | 11110 | 11000 | 101011000 | 101000 | 111100 |
Color Harmonies of #C27288
Complementary color
Monochromatic Colors of #C27288
Black with #C27288
Text Example
Text Example
White with #C27288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27288; }
p { color: rgb(194,114,136); }
H1.HeaderClassName
{
color: #C27288;
}
.AnyTagClassName
{
color: #C27288;
}
</style>
background-color css
<style>
a { background-color: #C27288; }
a { background-color: rgb(194,114,136); }
div.DivClassName
{
background-color: #C27288;
}
.BgClassName
{
background-color: #C27288;
}
</style>
border-color css
<style>
span { border-color: #C27288; }
span { border-color: rgb(194,114,136); }
td.TdClassName
{
border-color: #C27288;
}
.TagClassName
{
border-color: #C27288;
}
</style>