#C881BA

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

Shades of London Hue #C881BA

Tints of London Hue #C881BA

Color information

#C881BA (or 0xC881BA) is unknown color: approx London Hue. HEX triplet: C8, 81 and BA. RGB value is (200,129,186). Sum of RGB (Red+Green+Blue) = 200+129+186=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BA is #377E45. Grayscale: #9C9C9C. Windows color (decimal): -3636806 or 12222920. OLE color: 12222920.

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

Color convert

RGB200129186-
CMYK00.360.070.22
HSL311.83º39.23%64.51%-
HSV(B)311.83º35.5%78.43%-
XYZ40.5331.5350.4-
YUV156.73144.52158.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=38.83%
G=25.05%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012918600.360.070.22311.8339.2364.51
HexC881BA0247161382741
Octal31020127204472647047101
Binary1100100010000001101110100100100111101101001110001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881BA; }

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

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

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

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

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

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

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

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