Shades of Charm #C27A8A
Tints of Charm #C27A8A
RGB
CMYK
RGB Variations
Color information
#C27A8A (or 0xC27A8A) is known color: Charm. HEX triplet: C2, 7A and 8A. RGB value is (194,122,138). Sum of RGB (Red+Green+Blue) = 194+122+138=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A8A is #3D8575. Grayscale: #919191. Windows color (decimal): -4031862 or 9075394. OLE color: 9075394.
HSL color Cylindrical-coordinate representation of color #C27A8A: hue angle of 346.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 #C27A8A is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 138 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.24 |
| HSL | 346.67º | 0.37% | 0.62% | - |
| HSV(B) | 346.67º | 0.37% | 0.76% | - |
| XYZ | 33.8 | 27.22 | 27.52 | - |
| YUV | 145.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 138 | 0 | 0.37 | 0.29 | 0.24 | 346.67 | 0.37 | 0.62 |
| Hex | C2 | 7A | 8A | 0 | 25 | 1D | 18 | 15B | 25 | 3E |
| Octal | 302 | 172 | 212 | 0 | 45 | 35 | 30 | 533 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10001010 | 0 | 100101 | 11101 | 11000 | 101011011 | 100101 | 111110 |
Color Harmonies of #C27A8A
Complementary color
Monochromatic Colors of #C27A8A
Black with #C27A8A
Text Example
Text Example
White with #C27A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A8A; }
p { color: rgb(194,122,138); }
H1.HeaderClassName
{
color: #C27A8A;
}
.AnyTagClassName
{
color: #C27A8A;
}
</style>
background-color css
<style>
a { background-color: #C27A8A; }
a { background-color: rgb(194,122,138); }
div.DivClassName
{
background-color: #C27A8A;
}
.BgClassName
{
background-color: #C27A8A;
}
</style>
border-color css
<style>
span { border-color: #C27A8A; }
span { border-color: rgb(194,122,138); }
td.TdClassName
{
border-color: #C27A8A;
}
.TagClassName
{
border-color: #C27A8A;
}
</style>