#C085BD

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

Shades of London Hue #C085BD

Tints of London Hue #C085BD

Color information

#C085BD (or 0xC085BD) is unknown color: approx London Hue. HEX triplet: C0, 85 and BD. RGB value is (192,133,189). Sum of RGB (Red+Green+Blue) = 192+133+189=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C085BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085BD is #3F7A42. Grayscale: #9C9C9C. Windows color (decimal): -4160067 or 12420544. OLE color: 12420544.

HSL color Cylindrical-coordinate representation of color #C085BD: hue angle of 303.05º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085BD is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192133189-
CMYK00.310.020.25
HSL303.05º31.89%63.73%-
HSV(B)303.05º30.73%75.29%-
XYZ39.3131.6652.18-
YUV157.02146.05152.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=37.35%
G=25.88%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213318900.310.020.25303.0531.8963.73
HexC085BD01F21912f2040
Octal30020527503723145740100
Binary11000000100001011011110101111110110011001011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085BD; }

 p { color: rgb(192,133,189); }

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

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

 a { background-color: rgb(192,133,189); }

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

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

 span { border-color: rgb(192,133,189); }

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