Shades of Charm #C27A81
Tints of Charm #C27A81
RGB
CMYK
RGB Variations
Color information
#C27A81 (or 0xC27A81) is known color: Charm. HEX triplet: C2, 7A and 81. RGB value is (194,122,129). Sum of RGB (Red+Green+Blue) = 194+122+129=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A81 is #3D857E. Grayscale: #909090. Windows color (decimal): -4031871 or 8485570. OLE color: 8485570.
HSL color Cylindrical-coordinate representation of color #C27A81: hue angle of 354.17º 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 #C27A81 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 129 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.24 |
| HSL | 354.17º | 0.37% | 0.62% | - |
| HSV(B) | 354.17º | 0.37% | 0.76% | - |
| XYZ | 33.17 | 26.97 | 24.23 | - |
| YUV | 144.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 129 | 0 | 0.37 | 0.34 | 0.24 | 354.17 | 0.37 | 0.62 |
| Hex | C2 | 7A | 81 | 0 | 25 | 22 | 18 | 162 | 25 | 3E |
| Octal | 302 | 172 | 201 | 0 | 45 | 42 | 30 | 542 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10000001 | 0 | 100101 | 100010 | 11000 | 101100010 | 100101 | 111110 |
Color Harmonies of #C27A81
Complementary color
Monochromatic Colors of #C27A81
Black with #C27A81
Text Example
Text Example
White with #C27A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A81; }
p { color: rgb(194,122,129); }
H1.HeaderClassName
{
color: #C27A81;
}
.AnyTagClassName
{
color: #C27A81;
}
</style>
background-color css
<style>
a { background-color: #C27A81; }
a { background-color: rgb(194,122,129); }
div.DivClassName
{
background-color: #C27A81;
}
.BgClassName
{
background-color: #C27A81;
}
</style>
border-color css
<style>
span { border-color: #C27A81; }
span { border-color: rgb(194,122,129); }
td.TdClassName
{
border-color: #C27A81;
}
.TagClassName
{
border-color: #C27A81;
}
</style>