Shades of London Hue #C485B6
Tints of London Hue #C485B6
RGB
CMYK
RGB Variations
Color information
#C485B6 (or 0xC485B6) is known color: London Hue. HEX triplet: C4, 85 and B6. RGB value is (196,133,182). Sum of RGB (Red+Green+Blue) = 196+133+182=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B6 is #3B7A49. Grayscale: #9D9D9D. Windows color (decimal): -3897930 or 11961796. OLE color: 11961796.
HSL color Cylindrical-coordinate representation of color #C485B6: hue angle of 313.33º 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 #C485B6 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 182 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.23 |
| HSL | 313.33º | 0.35% | 0.65% | - |
| HSV(B) | 313.33º | 0.32% | 0.77% | - |
| XYZ | 39.6 | 31.89 | 48.32 | - |
| YUV | 157.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 182 | 0 | 0.32 | 0.07 | 0.23 | 313.33 | 0.35 | 0.65 |
| Hex | C4 | 85 | B6 | 0 | 20 | 7 | 17 | 139 | 23 | 41 |
| Octal | 304 | 205 | 266 | 0 | 40 | 7 | 27 | 471 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10110110 | 0 | 100000 | 111 | 10111 | 100111001 | 100011 | 1000001 |
Color Harmonies of #C485B6
Complementary color
Monochromatic Colors of #C485B6
Black with #C485B6
Text Example
Text Example
White with #C485B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485B6; }
p { color: rgb(196,133,182); }
H1.HeaderClassName
{
color: #C485B6;
}
.AnyTagClassName
{
color: #C485B6;
}
</style>
background-color css
<style>
a { background-color: #C485B6; }
a { background-color: rgb(196,133,182); }
div.DivClassName
{
background-color: #C485B6;
}
.BgClassName
{
background-color: #C485B6;
}
</style>
border-color css
<style>
span { border-color: #C485B6; }
span { border-color: rgb(196,133,182); }
td.TdClassName
{
border-color: #C485B6;
}
.TagClassName
{
border-color: #C485B6;
}
</style>