Shades of London Hue #C485B7
Tints of London Hue #C485B7
RGB
CMYK
RGB Variations
Color information
#C485B7 (or 0xC485B7) is known color: London Hue. HEX triplet: C4, 85 and B7. RGB value is (196,133,183). Sum of RGB (Red+Green+Blue) = 196+133+183=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B7 is #3B7A48. Grayscale: #9D9D9D. Windows color (decimal): -3897929 or 12027332. OLE color: 12027332.
HSL color Cylindrical-coordinate representation of color #C485B7: hue angle of 312.38º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485B7 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 183 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.23 |
| HSL | 312.38º | 0.35% | 0.65% | - |
| HSV(B) | 312.38º | 0.32% | 0.77% | - |
| XYZ | 39.7 | 31.93 | 48.87 | - |
| YUV | 157.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 183 | 0 | 0.32 | 0.07 | 0.23 | 312.38 | 0.35 | 0.65 |
| Hex | C4 | 85 | B7 | 0 | 20 | 7 | 17 | 138 | 23 | 41 |
| Octal | 304 | 205 | 267 | 0 | 40 | 7 | 27 | 470 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10110111 | 0 | 100000 | 111 | 10111 | 100111000 | 100011 | 1000001 |
Color Harmonies of #C485B7
Complementary color
Monochromatic Colors of #C485B7
Black with #C485B7
Text Example
Text Example
White with #C485B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485B7; }
p { color: rgb(196,133,183); }
H1.HeaderClassName
{
color: #C485B7;
}
.AnyTagClassName
{
color: #C485B7;
}
</style>
background-color css
<style>
a { background-color: #C485B7; }
a { background-color: rgb(196,133,183); }
div.DivClassName
{
background-color: #C485B7;
}
.BgClassName
{
background-color: #C485B7;
}
</style>
border-color css
<style>
span { border-color: #C485B7; }
span { border-color: rgb(196,133,183); }
td.TdClassName
{
border-color: #C485B7;
}
.TagClassName
{
border-color: #C485B7;
}
</style>