#C485BA

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

Shades of London Hue #C485BA

Tints of London Hue #C485BA

Color information

#C485BA (or 0xC485BA) is unknown color: approx London Hue. HEX triplet: C4, 85 and BA. RGB value is (196,133,186). Sum of RGB (Red+Green+Blue) = 196+133+186=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C485BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485BA is #3B7A45. Grayscale: #9D9D9D. Windows color (decimal): -3897926 or 12223940. OLE color: 12223940.

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

Color convert

RGB196133186-
CMYK00.320.050.23
HSL309.52º34.81%64.51%-
HSV(B)309.52º32.14%76.86%-
XYZ40.0232.0650.53-
YUV157.88143.87155.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=38.06%
G=25.83%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613318600.320.050.23309.5234.8164.51
HexC485BA0205171362341
Octal30420527204052746643101
Binary1100010010000101101110100100000101101111001101101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485BA; }

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

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

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

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

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

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

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

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