Shades of London Hue #C778B3
Tints of London Hue #C778B3
RGB
CMYK
RGB Variations
Color information
#C778B3 (or 0xC778B3) is known color: London Hue. HEX triplet: C7, 78 and B3. RGB value is (199,120,179). Sum of RGB (Red+Green+Blue) = 199+120+179=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C778B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778B3 is #38874C. Grayscale: #969696. Windows color (decimal): -3704653 or 11761863. OLE color: 11761863.
HSL color Cylindrical-coordinate representation of color #C778B3: hue angle of 315.19º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778B3 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 179 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.22 |
| HSL | 315.19º | 0.41% | 0.63% | - |
| HSV(B) | 315.19º | 0.4% | 0.78% | - |
| XYZ | 38.41 | 28.83 | 46.19 | - |
| YUV | 150.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 179 | 0 | 0.40 | 0.10 | 0.22 | 315.19 | 0.41 | 0.63 |
| Hex | C7 | 78 | B3 | 0 | 28 | A | 16 | 13B | 29 | 3F |
| Octal | 307 | 170 | 263 | 0 | 50 | 12 | 26 | 473 | 51 | 77 |
| Binary | 11000111 | 1111000 | 10110011 | 0 | 101000 | 1010 | 10110 | 100111011 | 101001 | 111111 |
Color Harmonies of #C778B3
Complementary color
Monochromatic Colors of #C778B3
Black with #C778B3
Text Example
Text Example
White with #C778B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778B3; }
p { color: rgb(199,120,179); }
H1.HeaderClassName
{
color: #C778B3;
}
.AnyTagClassName
{
color: #C778B3;
}
</style>
background-color css
<style>
a { background-color: #C778B3; }
a { background-color: rgb(199,120,179); }
div.DivClassName
{
background-color: #C778B3;
}
.BgClassName
{
background-color: #C778B3;
}
</style>
border-color css
<style>
span { border-color: #C778B3; }
span { border-color: rgb(199,120,179); }
td.TdClassName
{
border-color: #C778B3;
}
.TagClassName
{
border-color: #C778B3;
}
</style>