Shades of Charm #C27E7F
Tints of Charm #C27E7F
RGB
CMYK
RGB Variations
Color information
#C27E7F (or 0xC27E7F) is known color: Charm. HEX triplet: C2, 7E and 7F. RGB value is (194,126,127). Sum of RGB (Red+Green+Blue) = 194+126+127=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E7F is #3D8180. Grayscale: #929292. Windows color (decimal): -4030849 or 8355522. OLE color: 8355522.
HSL color Cylindrical-coordinate representation of color #C27E7F: hue angle of 359.12º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27E7F is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 127 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.24 |
| HSL | 359.12º | 0.36% | 0.63% | - |
| HSV(B) | 359.12º | 0.35% | 0.76% | - |
| XYZ | 33.54 | 27.92 | 23.7 | - |
| YUV | 146.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 127 | 0 | 0.35 | 0.35 | 0.24 | 359.12 | 0.36 | 0.63 |
| Hex | C2 | 7E | 7F | 0 | 23 | 23 | 18 | 167 | 24 | 3F |
| Octal | 302 | 176 | 177 | 0 | 43 | 43 | 30 | 547 | 44 | 77 |
| Binary | 11000010 | 1111110 | 1111111 | 0 | 100011 | 100011 | 11000 | 101100111 | 100100 | 111111 |
Color Harmonies of #C27E7F
Complementary color
Monochromatic Colors of #C27E7F
Black with #C27E7F
Text Example
Text Example
White with #C27E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E7F; }
p { color: rgb(194,126,127); }
H1.HeaderClassName
{
color: #C27E7F;
}
.AnyTagClassName
{
color: #C27E7F;
}
</style>
background-color css
<style>
a { background-color: #C27E7F; }
a { background-color: rgb(194,126,127); }
div.DivClassName
{
background-color: #C27E7F;
}
.BgClassName
{
background-color: #C27E7F;
}
</style>
border-color css
<style>
span { border-color: #C27E7F; }
span { border-color: rgb(194,126,127); }
td.TdClassName
{
border-color: #C27E7F;
}
.TagClassName
{
border-color: #C27E7F;
}
</style>