Shades of Charm #C57585
Tints of Charm #C57585
RGB
CMYK
RGB Variations
Color information
#C57585 (or 0xC57585) is known color: Charm. HEX triplet: C5, 75 and 85. RGB value is (197,117,133). Sum of RGB (Red+Green+Blue) = 197+117+133=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57585 is #3A8A7A. Grayscale: #8E8E8E. Windows color (decimal): -3836539 or 8746437. OLE color: 8746437.
HSL color Cylindrical-coordinate representation of color #C57585: hue angle of 348º 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 #C57585 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 133 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.23 |
| HSL | 348º | 0.41% | 0.62% | - |
| HSV(B) | 348º | 0.41% | 0.77% | - |
| XYZ | 33.62 | 26.29 | 25.49 | - |
| YUV | 142.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 133 | 0 | 0.41 | 0.32 | 0.23 | 348 | 0.41 | 0.62 |
| Hex | C5 | 75 | 85 | 0 | 29 | 20 | 17 | 15C | 29 | 3E |
| Octal | 305 | 165 | 205 | 0 | 51 | 40 | 27 | 534 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10000101 | 0 | 101001 | 100000 | 10111 | 101011100 | 101001 | 111110 |
Color Harmonies of #C57585
Complementary color
Monochromatic Colors of #C57585
Black with #C57585
Text Example
Text Example
White with #C57585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57585; }
p { color: rgb(197,117,133); }
H1.HeaderClassName
{
color: #C57585;
}
.AnyTagClassName
{
color: #C57585;
}
</style>
background-color css
<style>
a { background-color: #C57585; }
a { background-color: rgb(197,117,133); }
div.DivClassName
{
background-color: #C57585;
}
.BgClassName
{
background-color: #C57585;
}
</style>
border-color css
<style>
span { border-color: #C57585; }
span { border-color: rgb(197,117,133); }
td.TdClassName
{
border-color: #C57585;
}
.TagClassName
{
border-color: #C57585;
}
</style>