Shades of London Hue #C77BB8
Tints of London Hue #C77BB8
RGB
CMYK
RGB Variations
Color information
#C77BB8 (or 0xC77BB8) is known color: London Hue. HEX triplet: C7, 7B and B8. RGB value is (199,123,184). Sum of RGB (Red+Green+Blue) = 199+123+184=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BB8 is #388447. Grayscale: #989898. Windows color (decimal): -3703880 or 12090311. OLE color: 12090311.
HSL color Cylindrical-coordinate representation of color #C77BB8: hue angle of 311.84º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77BB8 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 184 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.22 |
| HSL | 311.84º | 0.4% | 0.63% | - |
| HSV(B) | 311.84º | 0.38% | 0.78% | - |
| XYZ | 39.29 | 29.77 | 49.02 | - |
| YUV | 152.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 184 | 0 | 0.38 | 0.08 | 0.22 | 311.84 | 0.4 | 0.63 |
| Hex | C7 | 7B | B8 | 0 | 26 | 8 | 16 | 138 | 28 | 3F |
| Octal | 307 | 173 | 270 | 0 | 46 | 10 | 26 | 470 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10111000 | 0 | 100110 | 1000 | 10110 | 100111000 | 101000 | 111111 |
Color Harmonies of #C77BB8
Complementary color
Monochromatic Colors of #C77BB8
Black with #C77BB8
Text Example
Text Example
White with #C77BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BB8; }
p { color: rgb(199,123,184); }
H1.HeaderClassName
{
color: #C77BB8;
}
.AnyTagClassName
{
color: #C77BB8;
}
</style>
background-color css
<style>
a { background-color: #C77BB8; }
a { background-color: rgb(199,123,184); }
div.DivClassName
{
background-color: #C77BB8;
}
.BgClassName
{
background-color: #C77BB8;
}
</style>
border-color css
<style>
span { border-color: #C77BB8; }
span { border-color: rgb(199,123,184); }
td.TdClassName
{
border-color: #C77BB8;
}
.TagClassName
{
border-color: #C77BB8;
}
</style>