Shades of Charm #C7758B
Tints of Charm #C7758B
RGB
CMYK
RGB Variations
Color information
#C7758B (or 0xC7758B) is known color: Charm. HEX triplet: C7, 75 and 8B. RGB value is (199,117,139). Sum of RGB (Red+Green+Blue) = 199+117+139=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7758B is #388A74. Grayscale: #909090. Windows color (decimal): -3705461 or 9139655. OLE color: 9139655.
HSL color Cylindrical-coordinate representation of color #C7758B: hue angle of 343.9º 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 #C7758B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 139 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.22 |
| HSL | 343.9º | 0.42% | 0.62% | - |
| HSV(B) | 343.9º | 0.41% | 0.78% | - |
| XYZ | 34.57 | 26.73 | 27.76 | - |
| YUV | 144.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 139 | 0 | 0.41 | 0.30 | 0.22 | 343.9 | 0.42 | 0.62 |
| Hex | C7 | 75 | 8B | 0 | 29 | 1E | 16 | 158 | 2A | 3E |
| Octal | 307 | 165 | 213 | 0 | 51 | 36 | 26 | 530 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10001011 | 0 | 101001 | 11110 | 10110 | 101011000 | 101010 | 111110 |
Color Harmonies of #C7758B
Complementary color
Monochromatic Colors of #C7758B
Black with #C7758B
Text Example
Text Example
White with #C7758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7758B; }
p { color: rgb(199,117,139); }
H1.HeaderClassName
{
color: #C7758B;
}
.AnyTagClassName
{
color: #C7758B;
}
</style>
background-color css
<style>
a { background-color: #C7758B; }
a { background-color: rgb(199,117,139); }
div.DivClassName
{
background-color: #C7758B;
}
.BgClassName
{
background-color: #C7758B;
}
</style>
border-color css
<style>
span { border-color: #C7758B; }
span { border-color: rgb(199,117,139); }
td.TdClassName
{
border-color: #C7758B;
}
.TagClassName
{
border-color: #C7758B;
}
</style>