Shades of Charm #C7757D
Tints of Charm #C7757D
RGB
CMYK
RGB Variations
Color information
#C7757D (or 0xC7757D) is known color: Charm. HEX triplet: C7, 75 and 7D. RGB value is (199,117,125). Sum of RGB (Red+Green+Blue) = 199+117+125=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7757D is #388A82. Grayscale: #8E8E8E. Windows color (decimal): -3705475 or 8222151. OLE color: 8222151.
HSL color Cylindrical-coordinate representation of color #C7757D: hue angle of 354.15º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7757D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 125 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.22 |
| HSL | 354.15º | 0.42% | 0.62% | - |
| HSV(B) | 354.15º | 0.41% | 0.78% | - |
| XYZ | 33.62 | 26.35 | 22.72 | - |
| YUV | 142.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 125 | 0 | 0.41 | 0.37 | 0.22 | 354.15 | 0.42 | 0.62 |
| Hex | C7 | 75 | 7D | 0 | 29 | 25 | 16 | 162 | 2A | 3E |
| Octal | 307 | 165 | 175 | 0 | 51 | 45 | 26 | 542 | 52 | 76 |
| Binary | 11000111 | 1110101 | 1111101 | 0 | 101001 | 100101 | 10110 | 101100010 | 101010 | 111110 |
Color Harmonies of #C7757D
Complementary color
Monochromatic Colors of #C7757D
Black with #C7757D
Text Example
Text Example
White with #C7757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7757D; }
p { color: rgb(199,117,125); }
H1.HeaderClassName
{
color: #C7757D;
}
.AnyTagClassName
{
color: #C7757D;
}
</style>
background-color css
<style>
a { background-color: #C7757D; }
a { background-color: rgb(199,117,125); }
div.DivClassName
{
background-color: #C7757D;
}
.BgClassName
{
background-color: #C7757D;
}
</style>
border-color css
<style>
span { border-color: #C7757D; }
span { border-color: rgb(199,117,125); }
td.TdClassName
{
border-color: #C7757D;
}
.TagClassName
{
border-color: #C7757D;
}
</style>