Shades of Charm #C27A7F
Tints of Charm #C27A7F
RGB
CMYK
RGB Variations
Color information
#C27A7F (or 0xC27A7F) is known color: Charm. HEX triplet: C2, 7A and 7F. RGB value is (194,122,127). Sum of RGB (Red+Green+Blue) = 194+122+127=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A7F is #3D8580. Grayscale: #909090. Windows color (decimal): -4031873 or 8354498. OLE color: 8354498.
HSL color Cylindrical-coordinate representation of color #C27A7F: hue angle of 355.83º 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 #C27A7F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 127 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.24 |
| HSL | 355.83º | 0.37% | 0.62% | - |
| HSV(B) | 355.83º | 0.37% | 0.76% | - |
| XYZ | 33.04 | 26.92 | 23.53 | - |
| YUV | 144.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 127 | 0 | 0.37 | 0.35 | 0.24 | 355.83 | 0.37 | 0.62 |
| Hex | C2 | 7A | 7F | 0 | 25 | 23 | 18 | 164 | 25 | 3E |
| Octal | 302 | 172 | 177 | 0 | 45 | 43 | 30 | 544 | 45 | 76 |
| Binary | 11000010 | 1111010 | 1111111 | 0 | 100101 | 100011 | 11000 | 101100100 | 100101 | 111110 |
Color Harmonies of #C27A7F
Complementary color
Monochromatic Colors of #C27A7F
Black with #C27A7F
Text Example
Text Example
White with #C27A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A7F; }
p { color: rgb(194,122,127); }
H1.HeaderClassName
{
color: #C27A7F;
}
.AnyTagClassName
{
color: #C27A7F;
}
</style>
background-color css
<style>
a { background-color: #C27A7F; }
a { background-color: rgb(194,122,127); }
div.DivClassName
{
background-color: #C27A7F;
}
.BgClassName
{
background-color: #C27A7F;
}
</style>
border-color css
<style>
span { border-color: #C27A7F; }
span { border-color: rgb(194,122,127); }
td.TdClassName
{
border-color: #C27A7F;
}
.TagClassName
{
border-color: #C27A7F;
}
</style>