#C882BC

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

Shades of London Hue #C882BC

Tints of London Hue #C882BC

Color information

#C882BC (or 0xC882BC) is unknown color: approx London Hue. HEX triplet: C8, 82 and BC. RGB value is (200,130,188). Sum of RGB (Red+Green+Blue) = 200+130+188=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C882BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882BC is #377D43. Grayscale: #9D9D9D. Windows color (decimal): -3636548 or 12354248. OLE color: 12354248.

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

Color convert

RGB200130188-
CMYK00.350.060.22
HSL310.29º38.89%64.71%-
HSV(B)310.29º35%78.43%-
XYZ40.8831.8851.57-
YUV157.54145.19158.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=38.61%
G=25.10%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013018800.350.060.22310.2938.8964.71
HexC882BC0236161362741
Octal31020227404362646647101
Binary1100100010000010101111000100011110101101001101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882BC; }

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

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

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

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

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

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

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

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