Shades of Charm #C27B8B
Tints of Charm #C27B8B
RGB
CMYK
RGB Variations
Color information
#C27B8B (or 0xC27B8B) is known color: Charm. HEX triplet: C2, 7B and 8B. RGB value is (194,123,139). Sum of RGB (Red+Green+Blue) = 194+123+139=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B8B is #3D8474. Grayscale: #929292. Windows color (decimal): -4031605 or 9141186. OLE color: 9141186.
HSL color Cylindrical-coordinate representation of color #C27B8B: hue angle of 346.48º 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 #C27B8B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 139 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.24 |
| HSL | 346.48º | 0.37% | 0.62% | - |
| HSV(B) | 346.48º | 0.37% | 0.76% | - |
| XYZ | 33.99 | 27.5 | 27.94 | - |
| YUV | 146.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 139 | 0 | 0.37 | 0.28 | 0.24 | 346.48 | 0.37 | 0.62 |
| Hex | C2 | 7B | 8B | 0 | 25 | 1C | 18 | 15A | 25 | 3E |
| Octal | 302 | 173 | 213 | 0 | 45 | 34 | 30 | 532 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10001011 | 0 | 100101 | 11100 | 11000 | 101011010 | 100101 | 111110 |
Color Harmonies of #C27B8B
Complementary color
Monochromatic Colors of #C27B8B
Black with #C27B8B
Text Example
Text Example
White with #C27B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B8B; }
p { color: rgb(194,123,139); }
H1.HeaderClassName
{
color: #C27B8B;
}
.AnyTagClassName
{
color: #C27B8B;
}
</style>
background-color css
<style>
a { background-color: #C27B8B; }
a { background-color: rgb(194,123,139); }
div.DivClassName
{
background-color: #C27B8B;
}
.BgClassName
{
background-color: #C27B8B;
}
</style>
border-color css
<style>
span { border-color: #C27B8B; }
span { border-color: rgb(194,123,139); }
td.TdClassName
{
border-color: #C27B8B;
}
.TagClassName
{
border-color: #C27B8B;
}
</style>