Shades of Charm #C5767D
Tints of Charm #C5767D
RGB
CMYK
RGB Variations
Color information
#C5767D (or 0xC5767D) is known color: Charm. HEX triplet: C5, 76 and 7D. RGB value is (197,118,125). Sum of RGB (Red+Green+Blue) = 197+118+125=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5767D is #3A8982. Grayscale: #8E8E8E. Windows color (decimal): -3836291 or 8222405. OLE color: 8222405.
HSL color Cylindrical-coordinate representation of color #C5767D: hue angle of 354.68º 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 #C5767D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 125 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.23 |
| HSL | 354.68º | 0.41% | 0.62% | - |
| HSV(B) | 354.68º | 0.4% | 0.77% | - |
| XYZ | 33.21 | 26.31 | 22.73 | - |
| YUV | 142.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 125 | 0 | 0.40 | 0.37 | 0.23 | 354.68 | 0.41 | 0.62 |
| Hex | C5 | 76 | 7D | 0 | 28 | 25 | 17 | 163 | 29 | 3E |
| Octal | 305 | 166 | 175 | 0 | 50 | 45 | 27 | 543 | 51 | 76 |
| Binary | 11000101 | 1110110 | 1111101 | 0 | 101000 | 100101 | 10111 | 101100011 | 101001 | 111110 |
Color Harmonies of #C5767D
Complementary color
Monochromatic Colors of #C5767D
Black with #C5767D
Text Example
Text Example
White with #C5767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5767D; }
p { color: rgb(197,118,125); }
H1.HeaderClassName
{
color: #C5767D;
}
.AnyTagClassName
{
color: #C5767D;
}
</style>
background-color css
<style>
a { background-color: #C5767D; }
a { background-color: rgb(197,118,125); }
div.DivClassName
{
background-color: #C5767D;
}
.BgClassName
{
background-color: #C5767D;
}
</style>
border-color css
<style>
span { border-color: #C5767D; }
span { border-color: rgb(197,118,125); }
td.TdClassName
{
border-color: #C5767D;
}
.TagClassName
{
border-color: #C5767D;
}
</style>