#C085BE

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

Shades of London Hue #C085BE

Tints of London Hue #C085BE

Color information

#C085BE (or 0xC085BE) is unknown color: approx London Hue. HEX triplet: C0, 85 and BE. RGB value is (192,133,190). Sum of RGB (Red+Green+Blue) = 192+133+190=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C085BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085BE is #3F7A41. Grayscale: #9C9C9C. Windows color (decimal): -4160066 or 12486080. OLE color: 12486080.

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

Color convert

RGB192133190-
CMYK00.310.010.25
HSL302.03º31.89%63.73%-
HSV(B)302.03º30.73%75.29%-
XYZ39.4231.752.76-
YUV157.14146.55152.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=37.28%
G=25.83%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213319000.310.010.25302.0331.8963.73
HexC085BE01F11912e2040
Octal30020527603713145640100
Binary1100000010000101101111100111111110011001011101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085BE; }

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

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

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

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

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

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

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

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