#C882BB

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

Shades of London Hue #C882BB

Tints of London Hue #C882BB

Color information

#C882BB (or 0xC882BB) is unknown color: approx London Hue. HEX triplet: C8, 82 and BB. RGB value is (200,130,187). Sum of RGB (Red+Green+Blue) = 200+130+187=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C882BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882BB is #377D44. Grayscale: #9D9D9D. Windows color (decimal): -3636549 or 12288712. OLE color: 12288712.

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

Color convert

RGB200130187-
CMYK00.350.060.22
HSL311.14º38.89%64.71%-
HSV(B)311.14º35%78.43%-
XYZ40.7731.8351.01-
YUV157.43144.69158.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=38.68%
G=25.15%
B=36.17%

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
Decimal20013018700.350.060.22311.1438.8964.71
HexC882BB0236161372741
Octal31020227304362646747101
Binary1100100010000010101110110100011110101101001101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882BB; }

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

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

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

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

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

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

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

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