Shades of London Hue #C479B8
Tints of London Hue #C479B8
RGB
CMYK
RGB Variations
Color information
#C479B8 (or 0xC479B8) is known color: London Hue. HEX triplet: C4, 79 and B8. RGB value is (196,121,184). Sum of RGB (Red+Green+Blue) = 196+121+184=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C479B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479B8 is #3B8647. Grayscale: #969696. Windows color (decimal): -3901000 or 12089796. OLE color: 12089796.
HSL color Cylindrical-coordinate representation of color #C479B8: hue angle of 309.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479B8 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 184 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.23 |
| HSL | 309.6º | 0.39% | 0.62% | - |
| HSV(B) | 309.6º | 0.38% | 0.77% | - |
| XYZ | 38.25 | 28.87 | 48.9 | - |
| YUV | 150.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 184 | 0 | 0.38 | 0.06 | 0.23 | 309.6 | 0.39 | 0.62 |
| Hex | C4 | 79 | B8 | 0 | 26 | 6 | 17 | 136 | 27 | 3E |
| Octal | 304 | 171 | 270 | 0 | 46 | 6 | 27 | 466 | 47 | 76 |
| Binary | 11000100 | 1111001 | 10111000 | 0 | 100110 | 110 | 10111 | 100110110 | 100111 | 111110 |
Color Harmonies of #C479B8
Complementary color
Monochromatic Colors of #C479B8
Black with #C479B8
Text Example
Text Example
White with #C479B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479B8; }
p { color: rgb(196,121,184); }
H1.HeaderClassName
{
color: #C479B8;
}
.AnyTagClassName
{
color: #C479B8;
}
</style>
background-color css
<style>
a { background-color: #C479B8; }
a { background-color: rgb(196,121,184); }
div.DivClassName
{
background-color: #C479B8;
}
.BgClassName
{
background-color: #C479B8;
}
</style>
border-color css
<style>
span { border-color: #C479B8; }
span { border-color: rgb(196,121,184); }
td.TdClassName
{
border-color: #C479B8;
}
.TagClassName
{
border-color: #C479B8;
}
</style>