Shades of London Hue #C479B5
Tints of London Hue #C479B5
RGB
CMYK
RGB Variations
Color information
#C479B5 (or 0xC479B5) is known color: London Hue. HEX triplet: C4, 79 and B5. RGB value is (196,121,181). Sum of RGB (Red+Green+Blue) = 196+121+181=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C479B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479B5 is #3B864A. Grayscale: #969696. Windows color (decimal): -3901003 or 11893188. OLE color: 11893188.
HSL color Cylindrical-coordinate representation of color #C479B5: hue angle of 312º 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 #C479B5 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 181 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.23 |
| HSL | 312º | 0.39% | 0.62% | - |
| HSV(B) | 312º | 0.38% | 0.77% | - |
| XYZ | 37.94 | 28.75 | 47.26 | - |
| YUV | 150.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 181 | 0 | 0.38 | 0.08 | 0.23 | 312 | 0.39 | 0.62 |
| Hex | C4 | 79 | B5 | 0 | 26 | 8 | 17 | 138 | 27 | 3E |
| Octal | 304 | 171 | 265 | 0 | 46 | 10 | 27 | 470 | 47 | 76 |
| Binary | 11000100 | 1111001 | 10110101 | 0 | 100110 | 1000 | 10111 | 100111000 | 100111 | 111110 |
Color Harmonies of #C479B5
Complementary color
Monochromatic Colors of #C479B5
Black with #C479B5
Text Example
Text Example
White with #C479B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479B5; }
p { color: rgb(196,121,181); }
H1.HeaderClassName
{
color: #C479B5;
}
.AnyTagClassName
{
color: #C479B5;
}
</style>
background-color css
<style>
a { background-color: #C479B5; }
a { background-color: rgb(196,121,181); }
div.DivClassName
{
background-color: #C479B5;
}
.BgClassName
{
background-color: #C479B5;
}
</style>
border-color css
<style>
span { border-color: #C479B5; }
span { border-color: rgb(196,121,181); }
td.TdClassName
{
border-color: #C479B5;
}
.TagClassName
{
border-color: #C479B5;
}
</style>