#C884BC

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

Shades of London Hue #C884BC

Tints of London Hue #C884BC

Color information

#C884BC (or 0xC884BC) is unknown color: approx London Hue. HEX triplet: C8, 84 and BC. RGB value is (200,132,188). Sum of RGB (Red+Green+Blue) = 200+132+188=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C884BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884BC is #377B43. Grayscale: #9E9E9E. Windows color (decimal): -3636036 or 12354760. OLE color: 12354760.

HSL color Cylindrical-coordinate representation of color #C884BC: hue angle of 310.59º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884BC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200132188-
CMYK00.340.060.22
HSL310.59º38.2%65.1%-
HSV(B)310.59º34%78.43%-
XYZ41.1532.4151.66-
YUV158.72144.53157.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=38.46%
G=25.38%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013218800.340.060.22310.5938.265.1
HexC884BC0226161372641
Octal31020427404262646746101
Binary1100100010000100101111000100010110101101001101111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884BC; }

 p { color: rgb(200,132,188); }

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

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

 a { background-color: rgb(200,132,188); }

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

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

 span { border-color: rgb(200,132,188); }

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