Shades of Charm #C27388
Tints of Charm #C27388
RGB
CMYK
RGB Variations
Color information
#C27388 (or 0xC27388) is known color: Charm. HEX triplet: C2, 73 and 88. RGB value is (194,115,136). Sum of RGB (Red+Green+Blue) = 194+115+136=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27388 is #3D8C77. Grayscale: #8D8D8D. Windows color (decimal): -4033656 or 8942530. OLE color: 8942530.
HSL color Cylindrical-coordinate representation of color #C27388: hue angle of 344.05º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27388 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 136 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.24 |
| HSL | 344.05º | 0.39% | 0.61% | - |
| HSV(B) | 344.05º | 0.41% | 0.76% | - |
| XYZ | 32.82 | 25.51 | 26.49 | - |
| YUV | 141.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 136 | 0 | 0.41 | 0.30 | 0.24 | 344.05 | 0.39 | 0.61 |
| Hex | C2 | 73 | 88 | 0 | 29 | 1E | 18 | 158 | 27 | 3D |
| Octal | 302 | 163 | 210 | 0 | 51 | 36 | 30 | 530 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10001000 | 0 | 101001 | 11110 | 11000 | 101011000 | 100111 | 111101 |
Color Harmonies of #C27388
Complementary color
Monochromatic Colors of #C27388
Black with #C27388
Text Example
Text Example
White with #C27388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27388; }
p { color: rgb(194,115,136); }
H1.HeaderClassName
{
color: #C27388;
}
.AnyTagClassName
{
color: #C27388;
}
</style>
background-color css
<style>
a { background-color: #C27388; }
a { background-color: rgb(194,115,136); }
div.DivClassName
{
background-color: #C27388;
}
.BgClassName
{
background-color: #C27388;
}
</style>
border-color css
<style>
span { border-color: #C27388; }
span { border-color: rgb(194,115,136); }
td.TdClassName
{
border-color: #C27388;
}
.TagClassName
{
border-color: #C27388;
}
</style>