Shades of London Hue #C488BC
Tints of London Hue #C488BC
RGB
CMYK
RGB Variations
Color information
#C488BC (or 0xC488BC) is known color: London Hue. HEX triplet: C4, 88 and BC. RGB value is (196,136,188). Sum of RGB (Red+Green+Blue) = 196+136+188=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C488BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488BC is #3B7743. Grayscale: #9F9F9F. Windows color (decimal): -3897156 or 12355780. OLE color: 12355780.
HSL color Cylindrical-coordinate representation of color #C488BC: hue angle of 308º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C488BC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 188 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.23 |
| HSL | 308º | 0.34% | 0.65% | - |
| HSV(B) | 308º | 0.31% | 0.77% | - |
| XYZ | 40.65 | 32.97 | 51.8 | - |
| YUV | 159.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 188 | 0 | 0.31 | 0.04 | 0.23 | 308 | 0.34 | 0.65 |
| Hex | C4 | 88 | BC | 0 | 1F | 4 | 17 | 134 | 22 | 41 |
| Octal | 304 | 210 | 274 | 0 | 37 | 4 | 27 | 464 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10111100 | 0 | 11111 | 100 | 10111 | 100110100 | 100010 | 1000001 |
Color Harmonies of #C488BC
Complementary color
Monochromatic Colors of #C488BC
Black with #C488BC
Text Example
Text Example
White with #C488BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488BC; }
p { color: rgb(196,136,188); }
H1.HeaderClassName
{
color: #C488BC;
}
.AnyTagClassName
{
color: #C488BC;
}
</style>
background-color css
<style>
a { background-color: #C488BC; }
a { background-color: rgb(196,136,188); }
div.DivClassName
{
background-color: #C488BC;
}
.BgClassName
{
background-color: #C488BC;
}
</style>
border-color css
<style>
span { border-color: #C488BC; }
span { border-color: rgb(196,136,188); }
td.TdClassName
{
border-color: #C488BC;
}
.TagClassName
{
border-color: #C488BC;
}
</style>