Shades of Charm #C27D8A
Tints of Charm #C27D8A
RGB
CMYK
RGB Variations
Color information
#C27D8A (or 0xC27D8A) is known color: Charm. HEX triplet: C2, 7D and 8A. RGB value is (194,125,138). Sum of RGB (Red+Green+Blue) = 194+125+138=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D8A is #3D8275. Grayscale: #939393. Windows color (decimal): -4031094 or 9076162. OLE color: 9076162.
HSL color Cylindrical-coordinate representation of color #C27D8A: hue angle of 348.7º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D8A is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 138 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.24 |
| HSL | 348.7º | 0.36% | 0.63% | - |
| HSV(B) | 348.7º | 0.36% | 0.76% | - |
| XYZ | 34.17 | 27.97 | 27.64 | - |
| YUV | 147.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 138 | 0 | 0.36 | 0.29 | 0.24 | 348.7 | 0.36 | 0.63 |
| Hex | C2 | 7D | 8A | 0 | 24 | 1D | 18 | 15D | 24 | 3F |
| Octal | 302 | 175 | 212 | 0 | 44 | 35 | 30 | 535 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10001010 | 0 | 100100 | 11101 | 11000 | 101011101 | 100100 | 111111 |
Color Harmonies of #C27D8A
Complementary color
Monochromatic Colors of #C27D8A
Black with #C27D8A
Text Example
Text Example
White with #C27D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D8A; }
p { color: rgb(194,125,138); }
H1.HeaderClassName
{
color: #C27D8A;
}
.AnyTagClassName
{
color: #C27D8A;
}
</style>
background-color css
<style>
a { background-color: #C27D8A; }
a { background-color: rgb(194,125,138); }
div.DivClassName
{
background-color: #C27D8A;
}
.BgClassName
{
background-color: #C27D8A;
}
</style>
border-color css
<style>
span { border-color: #C27D8A; }
span { border-color: rgb(194,125,138); }
td.TdClassName
{
border-color: #C27D8A;
}
.TagClassName
{
border-color: #C27D8A;
}
</style>