Shades of Charm #C57888
Tints of Charm #C57888
RGB
CMYK
RGB Variations
Color information
#C57888 (or 0xC57888) is known color: Charm. HEX triplet: C5, 78 and 88. RGB value is (197,120,136). Sum of RGB (Red+Green+Blue) = 197+120+136=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C57888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57888 is #3A8777. Grayscale: #909090. Windows color (decimal): -3835768 or 8943813. OLE color: 8943813.
HSL color Cylindrical-coordinate representation of color #C57888: hue angle of 347.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57888 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 136 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.23 |
| HSL | 347.53º | 0.4% | 0.62% | - |
| HSV(B) | 347.53º | 0.39% | 0.77% | - |
| XYZ | 34.19 | 27.08 | 26.72 | - |
| YUV | 144.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 136 | 0 | 0.39 | 0.31 | 0.23 | 347.53 | 0.4 | 0.62 |
| Hex | C5 | 78 | 88 | 0 | 27 | 1F | 17 | 15C | 28 | 3E |
| Octal | 305 | 170 | 210 | 0 | 47 | 37 | 27 | 534 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10001000 | 0 | 100111 | 11111 | 10111 | 101011100 | 101000 | 111110 |
Color Harmonies of #C57888
Complementary color
Monochromatic Colors of #C57888
Black with #C57888
Text Example
Text Example
White with #C57888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57888; }
p { color: rgb(197,120,136); }
H1.HeaderClassName
{
color: #C57888;
}
.AnyTagClassName
{
color: #C57888;
}
</style>
background-color css
<style>
a { background-color: #C57888; }
a { background-color: rgb(197,120,136); }
div.DivClassName
{
background-color: #C57888;
}
.BgClassName
{
background-color: #C57888;
}
</style>
border-color css
<style>
span { border-color: #C57888; }
span { border-color: rgb(197,120,136); }
td.TdClassName
{
border-color: #C57888;
}
.TagClassName
{
border-color: #C57888;
}
</style>