Shades of Charm #C7758F
Tints of Charm #C7758F
RGB
CMYK
RGB Variations
Color information
#C7758F (or 0xC7758F) is known color: Charm. HEX triplet: C7, 75 and 8F. RGB value is (199,117,143). Sum of RGB (Red+Green+Blue) = 199+117+143=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7758F is #388A70. Grayscale: #909090. Windows color (decimal): -3705457 or 9401799. OLE color: 9401799.
HSL color Cylindrical-coordinate representation of color #C7758F: hue angle of 340.98º 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 #C7758F is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 143 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.22 |
| HSL | 340.98º | 0.42% | 0.62% | - |
| HSV(B) | 340.98º | 0.41% | 0.78% | - |
| XYZ | 34.87 | 26.85 | 29.33 | - |
| YUV | 144.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 143 | 0 | 0.41 | 0.28 | 0.22 | 340.98 | 0.42 | 0.62 |
| Hex | C7 | 75 | 8F | 0 | 29 | 1C | 16 | 155 | 2A | 3E |
| Octal | 307 | 165 | 217 | 0 | 51 | 34 | 26 | 525 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10001111 | 0 | 101001 | 11100 | 10110 | 101010101 | 101010 | 111110 |
Color Harmonies of #C7758F
Complementary color
Monochromatic Colors of #C7758F
Black with #C7758F
Text Example
Text Example
White with #C7758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7758F; }
p { color: rgb(199,117,143); }
H1.HeaderClassName
{
color: #C7758F;
}
.AnyTagClassName
{
color: #C7758F;
}
</style>
background-color css
<style>
a { background-color: #C7758F; }
a { background-color: rgb(199,117,143); }
div.DivClassName
{
background-color: #C7758F;
}
.BgClassName
{
background-color: #C7758F;
}
</style>
border-color css
<style>
span { border-color: #C7758F; }
span { border-color: rgb(199,117,143); }
td.TdClassName
{
border-color: #C7758F;
}
.TagClassName
{
border-color: #C7758F;
}
</style>