#C881BB

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

Shades of London Hue #C881BB

Tints of London Hue #C881BB

Color information

#C881BB (or 0xC881BB) is unknown color: approx London Hue. HEX triplet: C8, 81 and BB. RGB value is (200,129,187). Sum of RGB (Red+Green+Blue) = 200+129+187=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BB is #377E44. Grayscale: #9C9C9C. Windows color (decimal): -3636805 or 12288456. OLE color: 12288456.

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

Color convert

RGB200129187-
CMYK00.360.060.22
HSL310.99º39.23%64.51%-
HSV(B)310.99º35.5%78.43%-
XYZ40.6431.5750.96-
YUV156.84145.02158.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=38.76%
G=25%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012918700.360.060.22310.9939.2364.51
HexC881BB0246161372741
Octal31020127304462646747101
Binary1100100010000001101110110100100110101101001101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881BB; }

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

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

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

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

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

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

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

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