Shades of Charm #C27B87
Tints of Charm #C27B87
RGB
CMYK
RGB Variations
Color information
#C27B87 (or 0xC27B87) is known color: Charm. HEX triplet: C2, 7B and 87. RGB value is (194,123,135). Sum of RGB (Red+Green+Blue) = 194+123+135=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B87 is #3D8478. Grayscale: #919191. Windows color (decimal): -4031609 or 8879042. OLE color: 8879042.
HSL color Cylindrical-coordinate representation of color #C27B87: hue angle of 349.86º 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 #C27B87 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 135 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.24 |
| HSL | 349.86º | 0.37% | 0.62% | - |
| HSV(B) | 349.86º | 0.37% | 0.76% | - |
| XYZ | 33.7 | 27.38 | 26.43 | - |
| YUV | 145.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 135 | 0 | 0.37 | 0.30 | 0.24 | 349.86 | 0.37 | 0.62 |
| Hex | C2 | 7B | 87 | 0 | 25 | 1E | 18 | 15E | 25 | 3E |
| Octal | 302 | 173 | 207 | 0 | 45 | 36 | 30 | 536 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10000111 | 0 | 100101 | 11110 | 11000 | 101011110 | 100101 | 111110 |
Color Harmonies of #C27B87
Complementary color
Monochromatic Colors of #C27B87
Black with #C27B87
Text Example
Text Example
White with #C27B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B87; }
p { color: rgb(194,123,135); }
H1.HeaderClassName
{
color: #C27B87;
}
.AnyTagClassName
{
color: #C27B87;
}
</style>
background-color css
<style>
a { background-color: #C27B87; }
a { background-color: rgb(194,123,135); }
div.DivClassName
{
background-color: #C27B87;
}
.BgClassName
{
background-color: #C27B87;
}
</style>
border-color css
<style>
span { border-color: #C27B87; }
span { border-color: rgb(194,123,135); }
td.TdClassName
{
border-color: #C27B87;
}
.TagClassName
{
border-color: #C27B87;
}
</style>