Shades of London Hue #C977B4
Tints of London Hue #C977B4
RGB
CMYK
RGB Variations
Color information
#C977B4 (or 0xC977B4) is known color: London Hue. HEX triplet: C9, 77 and B4. RGB value is (201,119,180). Sum of RGB (Red+Green+Blue) = 201+119+180=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C977B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977B4 is #36884B. Grayscale: #969696. Windows color (decimal): -3573836 or 11827145. OLE color: 11827145.
HSL color Cylindrical-coordinate representation of color #C977B4: hue angle of 315.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C977B4 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 180 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.21 |
| HSL | 315.37º | 0.43% | 0.63% | - |
| HSV(B) | 315.37º | 0.41% | 0.79% | - |
| XYZ | 38.92 | 28.91 | 46.71 | - |
| YUV | 150.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 180 | 0 | 0.41 | 0.10 | 0.21 | 315.37 | 0.43 | 0.63 |
| Hex | C9 | 77 | B4 | 0 | 29 | A | 15 | 13B | 2B | 3F |
| Octal | 311 | 167 | 264 | 0 | 51 | 12 | 25 | 473 | 53 | 77 |
| Binary | 11001001 | 1110111 | 10110100 | 0 | 101001 | 1010 | 10101 | 100111011 | 101011 | 111111 |
Color Harmonies of #C977B4
Complementary color
Monochromatic Colors of #C977B4
Black with #C977B4
Text Example
Text Example
White with #C977B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977B4; }
p { color: rgb(201,119,180); }
H1.HeaderClassName
{
color: #C977B4;
}
.AnyTagClassName
{
color: #C977B4;
}
</style>
background-color css
<style>
a { background-color: #C977B4; }
a { background-color: rgb(201,119,180); }
div.DivClassName
{
background-color: #C977B4;
}
.BgClassName
{
background-color: #C977B4;
}
</style>
border-color css
<style>
span { border-color: #C977B4; }
span { border-color: rgb(201,119,180); }
td.TdClassName
{
border-color: #C977B4;
}
.TagClassName
{
border-color: #C977B4;
}
</style>