Shades of Charm #C27A7C
Tints of Charm #C27A7C
RGB
CMYK
RGB Variations
Color information
#C27A7C (or 0xC27A7C) is known color: Charm. HEX triplet: C2, 7A and 7C. RGB value is (194,122,124). Sum of RGB (Red+Green+Blue) = 194+122+124=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A7C is #3D8583. Grayscale: #8F8F8F. Windows color (decimal): -4031876 or 8157890. OLE color: 8157890.
HSL color Cylindrical-coordinate representation of color #C27A7C: hue angle of 358.33º 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 #C27A7C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 124 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.24 |
| HSL | 358.33º | 0.37% | 0.62% | - |
| HSV(B) | 358.33º | 0.37% | 0.76% | - |
| XYZ | 32.85 | 26.84 | 22.52 | - |
| YUV | 143.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 124 | 0 | 0.37 | 0.36 | 0.24 | 358.33 | 0.37 | 0.62 |
| Hex | C2 | 7A | 7C | 0 | 25 | 24 | 18 | 166 | 25 | 3E |
| Octal | 302 | 172 | 174 | 0 | 45 | 44 | 30 | 546 | 45 | 76 |
| Binary | 11000010 | 1111010 | 1111100 | 0 | 100101 | 100100 | 11000 | 101100110 | 100101 | 111110 |
Color Harmonies of #C27A7C
Complementary color
Monochromatic Colors of #C27A7C
Black with #C27A7C
Text Example
Text Example
White with #C27A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A7C; }
p { color: rgb(194,122,124); }
H1.HeaderClassName
{
color: #C27A7C;
}
.AnyTagClassName
{
color: #C27A7C;
}
</style>
background-color css
<style>
a { background-color: #C27A7C; }
a { background-color: rgb(194,122,124); }
div.DivClassName
{
background-color: #C27A7C;
}
.BgClassName
{
background-color: #C27A7C;
}
</style>
border-color css
<style>
span { border-color: #C27A7C; }
span { border-color: rgb(194,122,124); }
td.TdClassName
{
border-color: #C27A7C;
}
.TagClassName
{
border-color: #C27A7C;
}
</style>