Shades of Charm #C5768D
Tints of Charm #C5768D
RGB
CMYK
RGB Variations
Color information
#C5768D (or 0xC5768D) is known color: Charm. HEX triplet: C5, 76 and 8D. RGB value is (197,118,141). Sum of RGB (Red+Green+Blue) = 197+118+141=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5768D is #3A8972. Grayscale: #909090. Windows color (decimal): -3836275 or 9270981. OLE color: 9270981.
HSL color Cylindrical-coordinate representation of color #C5768D: hue angle of 342.53º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5768D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 141 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.23 |
| HSL | 342.53º | 0.41% | 0.62% | - |
| HSV(B) | 342.53º | 0.4% | 0.77% | - |
| XYZ | 34.31 | 26.75 | 28.55 | - |
| YUV | 144.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 141 | 0 | 0.40 | 0.28 | 0.23 | 342.53 | 0.41 | 0.62 |
| Hex | C5 | 76 | 8D | 0 | 28 | 1C | 17 | 157 | 29 | 3E |
| Octal | 305 | 166 | 215 | 0 | 50 | 34 | 27 | 527 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10001101 | 0 | 101000 | 11100 | 10111 | 101010111 | 101001 | 111110 |
Color Harmonies of #C5768D
Complementary color
Monochromatic Colors of #C5768D
Black with #C5768D
Text Example
Text Example
White with #C5768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5768D; }
p { color: rgb(197,118,141); }
H1.HeaderClassName
{
color: #C5768D;
}
.AnyTagClassName
{
color: #C5768D;
}
</style>
background-color css
<style>
a { background-color: #C5768D; }
a { background-color: rgb(197,118,141); }
div.DivClassName
{
background-color: #C5768D;
}
.BgClassName
{
background-color: #C5768D;
}
</style>
border-color css
<style>
span { border-color: #C5768D; }
span { border-color: rgb(197,118,141); }
td.TdClassName
{
border-color: #C5768D;
}
.TagClassName
{
border-color: #C5768D;
}
</style>