#C485B9

Color #C485B9 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C485B9

Tints of London Hue #C485B9

Color information

#C485B9 (or 0xC485B9) is unknown color: approx London Hue. HEX triplet: C4, 85 and B9. RGB value is (196,133,185). Sum of RGB (Red+Green+Blue) = 196+133+185=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B9 is #3B7A46. Grayscale: #9D9D9D. Windows color (decimal): -3897927 or 12158404. OLE color: 12158404.

HSL color Cylindrical-coordinate representation of color #C485B9: hue angle of 310.48º 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 #C485B9 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196133185-
CMYK00.320.060.23
HSL310.48º34.81%64.51%-
HSV(B)310.48º32.14%76.86%-
XYZ39.9132.0149.97-
YUV157.77143.37155.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=38.13%
G=25.88%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613318500.320.060.23310.4834.8164.51
HexC485B90206171362341
Octal30420527104062746643101
Binary1100010010000101101110010100000110101111001101101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485B9; }

 p { color: rgb(196,133,185); }

 H1.HeaderClassName
 {
   color: #C485B9;
 }
 .AnyTagClassName
 {
   color: #C485B9;
 }
</style>
background-color css

<style>
 a { background-color: #C485B9; }

 a { background-color: rgb(196,133,185); }

 div.DivClassName
 {
   background-color: #C485B9;
 }
 .BgClassName
 {
   background-color: #C485B9;
 }
</style>
border-color css

<style>
 span { border-color: #C485B9; }

 span { border-color: rgb(196,133,185); }

 td.TdClassName
 {
   border-color: #C485B9;
 }
 .TagClassName
 {
   border-color: #C485B9;
 }
</style>