Shades of Charm #C56881
Tints of Charm #C56881
RGB
CMYK
RGB Variations
Color information
#C56881 (or 0xC56881) is known color: Charm. HEX triplet: C5, 68 and 81. RGB value is (197,104,129). Sum of RGB (Red+Green+Blue) = 197+104+129=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C56881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56881 is #3A977E. Grayscale: #868686. Windows color (decimal): -3839871 or 8480965. OLE color: 8480965.
HSL color Cylindrical-coordinate representation of color #C56881: hue angle of 343.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56881 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 129 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.23 |
| HSL | 343.87º | 0.44% | 0.59% | - |
| HSV(B) | 343.87º | 0.47% | 0.77% | - |
| XYZ | 31.94 | 23.36 | 23.59 | - |
| YUV | 134.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 129 | 0 | 0.47 | 0.35 | 0.23 | 343.87 | 0.44 | 0.59 |
| Hex | C5 | 68 | 81 | 0 | 2F | 23 | 17 | 158 | 2C | 3B |
| Octal | 305 | 150 | 201 | 0 | 57 | 43 | 27 | 530 | 54 | 73 |
| Binary | 11000101 | 1101000 | 10000001 | 0 | 101111 | 100011 | 10111 | 101011000 | 101100 | 111011 |
Color Harmonies of #C56881
Complementary color
Monochromatic Colors of #C56881
Black with #C56881
Text Example
Text Example
White with #C56881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56881; }
p { color: rgb(197,104,129); }
H1.HeaderClassName
{
color: #C56881;
}
.AnyTagClassName
{
color: #C56881;
}
</style>
background-color css
<style>
a { background-color: #C56881; }
a { background-color: rgb(197,104,129); }
div.DivClassName
{
background-color: #C56881;
}
.BgClassName
{
background-color: #C56881;
}
</style>
border-color css
<style>
span { border-color: #C56881; }
span { border-color: rgb(197,104,129); }
td.TdClassName
{
border-color: #C56881;
}
.TagClassName
{
border-color: #C56881;
}
</style>