#C085B1

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

Shades of London Hue #C085B1

Tints of London Hue #C085B1

Color information

#C085B1 (or 0xC085B1) is unknown color: approx London Hue. HEX triplet: C0, 85 and B1. RGB value is (192,133,177). Sum of RGB (Red+Green+Blue) = 192+133+177=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085B1 is #3F7A4E. Grayscale: #9B9B9B. Windows color (decimal): -4160079 or 11634112. OLE color: 11634112.

HSL color Cylindrical-coordinate representation of color #C085B1: hue angle of 315.25º 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 #C085B1 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192133177-
CMYK00.310.080.25
HSL315.25º31.89%63.73%-
HSV(B)315.25º30.73%75.29%-
XYZ38.0631.1645.6-
YUV155.66140.05153.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=38.25%
G=26.49%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213317700.310.080.25315.2531.8963.73
HexC085B101F81913b2040
Octal300205261037103147340100
Binary1100000010000101101100010111111000110011001110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085B1; }

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

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

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

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

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

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

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

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