#C485BC

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

Shades of London Hue #C485BC

Tints of London Hue #C485BC

Color information

#C485BC (or 0xC485BC) is unknown color: approx London Hue. HEX triplet: C4, 85 and BC. RGB value is (196,133,188). Sum of RGB (Red+Green+Blue) = 196+133+188=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C485BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485BC is #3B7A43. Grayscale: #9D9D9D. Windows color (decimal): -3897924 or 12355012. OLE color: 12355012.

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

Color convert

RGB196133188-
CMYK00.320.040.23
HSL307.62º34.81%64.51%-
HSV(B)307.62º32.14%76.86%-
XYZ40.2332.1451.66-
YUV158.11144.87155.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=37.91%
G=25.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613318800.320.040.23307.6234.8164.51
HexC485BC0204171342341
Octal30420527404042746443101
Binary1100010010000101101111000100000100101111001101001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485BC; }

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

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

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

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

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

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

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

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