Shades of Charm #C27C7F
Tints of Charm #C27C7F
RGB
CMYK
RGB Variations
Color information
#C27C7F (or 0xC27C7F) is known color: Charm. HEX triplet: C2, 7C and 7F. RGB value is (194,124,127). Sum of RGB (Red+Green+Blue) = 194+124+127=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C7F is #3D8380. Grayscale: #919191. Windows color (decimal): -4031361 or 8355010. OLE color: 8355010.
HSL color Cylindrical-coordinate representation of color #C27C7F: hue angle of 357.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27C7F is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 127 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.24 |
| HSL | 357.43º | 0.36% | 0.62% | - |
| HSV(B) | 357.43º | 0.36% | 0.76% | - |
| XYZ | 33.29 | 27.42 | 23.62 | - |
| YUV | 145.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 127 | 0 | 0.36 | 0.35 | 0.24 | 357.43 | 0.36 | 0.62 |
| Hex | C2 | 7C | 7F | 0 | 24 | 23 | 18 | 165 | 24 | 3E |
| Octal | 302 | 174 | 177 | 0 | 44 | 43 | 30 | 545 | 44 | 76 |
| Binary | 11000010 | 1111100 | 1111111 | 0 | 100100 | 100011 | 11000 | 101100101 | 100100 | 111110 |
Color Harmonies of #C27C7F
Complementary color
Monochromatic Colors of #C27C7F
Black with #C27C7F
Text Example
Text Example
White with #C27C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C7F; }
p { color: rgb(194,124,127); }
H1.HeaderClassName
{
color: #C27C7F;
}
.AnyTagClassName
{
color: #C27C7F;
}
</style>
background-color css
<style>
a { background-color: #C27C7F; }
a { background-color: rgb(194,124,127); }
div.DivClassName
{
background-color: #C27C7F;
}
.BgClassName
{
background-color: #C27C7F;
}
</style>
border-color css
<style>
span { border-color: #C27C7F; }
span { border-color: rgb(194,124,127); }
td.TdClassName
{
border-color: #C27C7F;
}
.TagClassName
{
border-color: #C27C7F;
}
</style>