Shades of Charm #C27A7E
Tints of Charm #C27A7E
RGB
CMYK
RGB Variations
Color information
#C27A7E (or 0xC27A7E) is known color: Charm. HEX triplet: C2, 7A and 7E. RGB value is (194,122,126). Sum of RGB (Red+Green+Blue) = 194+122+126=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A7E is #3D8581. Grayscale: #909090. Windows color (decimal): -4031874 or 8288962. OLE color: 8288962.
HSL color Cylindrical-coordinate representation of color #C27A7E: hue angle of 356.67º 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 #C27A7E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 126 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.24 |
| HSL | 356.67º | 0.37% | 0.62% | - |
| HSV(B) | 356.67º | 0.37% | 0.76% | - |
| XYZ | 32.97 | 26.89 | 23.19 | - |
| YUV | 143.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 126 | 0 | 0.37 | 0.35 | 0.24 | 356.67 | 0.37 | 0.62 |
| Hex | C2 | 7A | 7E | 0 | 25 | 23 | 18 | 165 | 25 | 3E |
| Octal | 302 | 172 | 176 | 0 | 45 | 43 | 30 | 545 | 45 | 76 |
| Binary | 11000010 | 1111010 | 1111110 | 0 | 100101 | 100011 | 11000 | 101100101 | 100101 | 111110 |
Color Harmonies of #C27A7E
Complementary color
Monochromatic Colors of #C27A7E
Black with #C27A7E
Text Example
Text Example
White with #C27A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A7E; }
p { color: rgb(194,122,126); }
H1.HeaderClassName
{
color: #C27A7E;
}
.AnyTagClassName
{
color: #C27A7E;
}
</style>
background-color css
<style>
a { background-color: #C27A7E; }
a { background-color: rgb(194,122,126); }
div.DivClassName
{
background-color: #C27A7E;
}
.BgClassName
{
background-color: #C27A7E;
}
</style>
border-color css
<style>
span { border-color: #C27A7E; }
span { border-color: rgb(194,122,126); }
td.TdClassName
{
border-color: #C27A7E;
}
.TagClassName
{
border-color: #C27A7E;
}
</style>