Shades of London Hue #C28CB8
Tints of London Hue #C28CB8
RGB
CMYK
RGB Variations
Color information
#C28CB8 (or 0xC28CB8) is known color: London Hue. HEX triplet: C2, 8C and B8. RGB value is (194,140,184). Sum of RGB (Red+Green+Blue) = 194+140+184=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CB8 is #3D7347. Grayscale: #A1A1A1. Windows color (decimal): -4027208 or 12094658. OLE color: 12094658.
HSL color Cylindrical-coordinate representation of color #C28CB8: hue angle of 311.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28CB8 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 184 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.24 |
| HSL | 311.11º | 0.31% | 0.65% | - |
| HSV(B) | 311.11º | 0.28% | 0.76% | - |
| XYZ | 40.28 | 33.69 | 49.73 | - |
| YUV | 161.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 184 | 0 | 0.28 | 0.05 | 0.24 | 311.11 | 0.31 | 0.65 |
| Hex | C2 | 8C | B8 | 0 | 1C | 5 | 18 | 137 | 1F | 41 |
| Octal | 302 | 214 | 270 | 0 | 34 | 5 | 30 | 467 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10111000 | 0 | 11100 | 101 | 11000 | 100110111 | 11111 | 1000001 |
Color Harmonies of #C28CB8
Complementary color
Monochromatic Colors of #C28CB8
Black with #C28CB8
Text Example
Text Example
White with #C28CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CB8; }
p { color: rgb(194,140,184); }
H1.HeaderClassName
{
color: #C28CB8;
}
.AnyTagClassName
{
color: #C28CB8;
}
</style>
background-color css
<style>
a { background-color: #C28CB8; }
a { background-color: rgb(194,140,184); }
div.DivClassName
{
background-color: #C28CB8;
}
.BgClassName
{
background-color: #C28CB8;
}
</style>
border-color css
<style>
span { border-color: #C28CB8; }
span { border-color: rgb(194,140,184); }
td.TdClassName
{
border-color: #C28CB8;
}
.TagClassName
{
border-color: #C28CB8;
}
</style>