Shades of Charm #C27987
Tints of Charm #C27987
RGB
CMYK
RGB Variations
Color information
#C27987 (or 0xC27987) is known color: Charm. HEX triplet: C2, 79 and 87. RGB value is (194,121,135). Sum of RGB (Red+Green+Blue) = 194+121+135=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C27987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27987 is #3D8678. Grayscale: #909090. Windows color (decimal): -4032121 or 8878530. OLE color: 8878530.
HSL color Cylindrical-coordinate representation of color #C27987: hue angle of 348.49º degrees, saturation: 0.37, 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 #C27987 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 135 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.24 |
| HSL | 348.49º | 0.37% | 0.62% | - |
| HSV(B) | 348.49º | 0.38% | 0.76% | - |
| XYZ | 33.46 | 26.89 | 26.35 | - |
| YUV | 144.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 135 | 0 | 0.38 | 0.30 | 0.24 | 348.49 | 0.37 | 0.62 |
| Hex | C2 | 79 | 87 | 0 | 26 | 1E | 18 | 15C | 25 | 3E |
| Octal | 302 | 171 | 207 | 0 | 46 | 36 | 30 | 534 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10000111 | 0 | 100110 | 11110 | 11000 | 101011100 | 100101 | 111110 |
Color Harmonies of #C27987
Complementary color
Monochromatic Colors of #C27987
Black with #C27987
Text Example
Text Example
White with #C27987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27987; }
p { color: rgb(194,121,135); }
H1.HeaderClassName
{
color: #C27987;
}
.AnyTagClassName
{
color: #C27987;
}
</style>
background-color css
<style>
a { background-color: #C27987; }
a { background-color: rgb(194,121,135); }
div.DivClassName
{
background-color: #C27987;
}
.BgClassName
{
background-color: #C27987;
}
</style>
border-color css
<style>
span { border-color: #C27987; }
span { border-color: rgb(194,121,135); }
td.TdClassName
{
border-color: #C27987;
}
.TagClassName
{
border-color: #C27987;
}
</style>