#C085B4

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

Shades of London Hue #C085B4

Tints of London Hue #C085B4

Color information

#C085B4 (or 0xC085B4) is unknown color: approx London Hue. HEX triplet: C0, 85 and B4. RGB value is (192,133,180). Sum of RGB (Red+Green+Blue) = 192+133+180=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085B4 is #3F7A4B. Grayscale: #9B9B9B. Windows color (decimal): -4160076 or 11830720. OLE color: 11830720.

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

Color convert

RGB192133180-
CMYK00.310.060.25
HSL312.2º31.89%63.73%-
HSV(B)312.2º30.73%75.29%-
XYZ38.3631.2847.2-
YUV156141.55153.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=38.02%
G=26.34%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213318000.310.060.25312.231.8963.73
HexC085B401F6191382040
Octal30020526403763147040100
Binary110000001000010110110100011111110110011001110001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085B4; }

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

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

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

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

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

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

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

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