Shades of London Hue #C977B3
Tints of London Hue #C977B3
RGB
CMYK
RGB Variations
Color information
#C977B3 (or 0xC977B3) is known color: London Hue. HEX triplet: C9, 77 and B3. RGB value is (201,119,179). Sum of RGB (Red+Green+Blue) = 201+119+179=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C977B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977B3 is #36884C. Grayscale: #969696. Windows color (decimal): -3573837 or 11761609. OLE color: 11761609.
HSL color Cylindrical-coordinate representation of color #C977B3: hue angle of 316.1º 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 #C977B3 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 179 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.21 |
| HSL | 316.1º | 0.43% | 0.63% | - |
| HSV(B) | 316.1º | 0.41% | 0.79% | - |
| XYZ | 38.82 | 28.87 | 46.17 | - |
| YUV | 150.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 179 | 0 | 0.41 | 0.11 | 0.21 | 316.1 | 0.43 | 0.63 |
| Hex | C9 | 77 | B3 | 0 | 29 | B | 15 | 13C | 2B | 3F |
| Octal | 311 | 167 | 263 | 0 | 51 | 13 | 25 | 474 | 53 | 77 |
| Binary | 11001001 | 1110111 | 10110011 | 0 | 101001 | 1011 | 10101 | 100111100 | 101011 | 111111 |
Color Harmonies of #C977B3
Complementary color
Monochromatic Colors of #C977B3
Black with #C977B3
Text Example
Text Example
White with #C977B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977B3; }
p { color: rgb(201,119,179); }
H1.HeaderClassName
{
color: #C977B3;
}
.AnyTagClassName
{
color: #C977B3;
}
</style>
background-color css
<style>
a { background-color: #C977B3; }
a { background-color: rgb(201,119,179); }
div.DivClassName
{
background-color: #C977B3;
}
.BgClassName
{
background-color: #C977B3;
}
</style>
border-color css
<style>
span { border-color: #C977B3; }
span { border-color: rgb(201,119,179); }
td.TdClassName
{
border-color: #C977B3;
}
.TagClassName
{
border-color: #C977B3;
}
</style>