Shades of Charm #C27B8F
Tints of Charm #C27B8F
RGB
CMYK
RGB Variations
Color information
#C27B8F (or 0xC27B8F) is known color: Charm. HEX triplet: C2, 7B and 8F. RGB value is (194,123,143). Sum of RGB (Red+Green+Blue) = 194+123+143=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B8F is #3D8470. Grayscale: #929292. Windows color (decimal): -4031601 or 9403330. OLE color: 9403330.
HSL color Cylindrical-coordinate representation of color #C27B8F: hue angle of 343.1º 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 #C27B8F is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 143 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.24 |
| HSL | 343.1º | 0.37% | 0.62% | - |
| HSV(B) | 343.1º | 0.37% | 0.76% | - |
| XYZ | 34.29 | 27.62 | 29.51 | - |
| YUV | 146.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 143 | 0 | 0.37 | 0.26 | 0.24 | 343.1 | 0.37 | 0.62 |
| Hex | C2 | 7B | 8F | 0 | 25 | 1A | 18 | 157 | 25 | 3E |
| Octal | 302 | 173 | 217 | 0 | 45 | 32 | 30 | 527 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10001111 | 0 | 100101 | 11010 | 11000 | 101010111 | 100101 | 111110 |
Color Harmonies of #C27B8F
Complementary color
Monochromatic Colors of #C27B8F
Black with #C27B8F
Text Example
Text Example
White with #C27B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B8F; }
p { color: rgb(194,123,143); }
H1.HeaderClassName
{
color: #C27B8F;
}
.AnyTagClassName
{
color: #C27B8F;
}
</style>
background-color css
<style>
a { background-color: #C27B8F; }
a { background-color: rgb(194,123,143); }
div.DivClassName
{
background-color: #C27B8F;
}
.BgClassName
{
background-color: #C27B8F;
}
</style>
border-color css
<style>
span { border-color: #C27B8F; }
span { border-color: rgb(194,123,143); }
td.TdClassName
{
border-color: #C27B8F;
}
.TagClassName
{
border-color: #C27B8F;
}
</style>