#C085BB

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

Shades of London Hue #C085BB

Tints of London Hue #C085BB

Color information

#C085BB (or 0xC085BB) is unknown color: approx London Hue. HEX triplet: C0, 85 and BB. RGB value is (192,133,187). Sum of RGB (Red+Green+Blue) = 192+133+187=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C085BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085BB is #3F7A44. Grayscale: #9C9C9C. Windows color (decimal): -4160069 or 12289472. OLE color: 12289472.

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

Color convert

RGB192133187-
CMYK00.310.030.25
HSL305.08º31.89%63.73%-
HSV(B)305.08º30.73%75.29%-
XYZ39.131.5751.05-
YUV156.8145.05153.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=37.5%
G=25.98%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213318700.310.030.25305.0831.8963.73
HexC085BB01F3191312040
Octal30020527303733146140100
Binary11000000100001011011101101111111110011001100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085BB; }

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

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

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

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

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

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

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

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