Shades of Charm #C57588
Tints of Charm #C57588
RGB
CMYK
RGB Variations
Color information
#C57588 (or 0xC57588) is known color: Charm. HEX triplet: C5, 75 and 88. RGB value is (197,117,136). Sum of RGB (Red+Green+Blue) = 197+117+136=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C57588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57588 is #3A8A77. Grayscale: #8F8F8F. Windows color (decimal): -3836536 or 8943045. OLE color: 8943045.
HSL color Cylindrical-coordinate representation of color #C57588: hue angle of 345.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57588 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 136 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.23 |
| HSL | 345.75º | 0.41% | 0.62% | - |
| HSV(B) | 345.75º | 0.41% | 0.77% | - |
| XYZ | 33.83 | 26.37 | 26.6 | - |
| YUV | 143.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 136 | 0 | 0.41 | 0.31 | 0.23 | 345.75 | 0.41 | 0.62 |
| Hex | C5 | 75 | 88 | 0 | 29 | 1F | 17 | 15A | 29 | 3E |
| Octal | 305 | 165 | 210 | 0 | 51 | 37 | 27 | 532 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10001000 | 0 | 101001 | 11111 | 10111 | 101011010 | 101001 | 111110 |
Color Harmonies of #C57588
Complementary color
Monochromatic Colors of #C57588
Black with #C57588
Text Example
Text Example
White with #C57588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57588; }
p { color: rgb(197,117,136); }
H1.HeaderClassName
{
color: #C57588;
}
.AnyTagClassName
{
color: #C57588;
}
</style>
background-color css
<style>
a { background-color: #C57588; }
a { background-color: rgb(197,117,136); }
div.DivClassName
{
background-color: #C57588;
}
.BgClassName
{
background-color: #C57588;
}
</style>
border-color css
<style>
span { border-color: #C57588; }
span { border-color: rgb(197,117,136); }
td.TdClassName
{
border-color: #C57588;
}
.TagClassName
{
border-color: #C57588;
}
</style>