#C888BA

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

Shades of Lily #C888BA

Tints of Lily #C888BA

Color information

#C888BA (or 0xC888BA) is unknown color: approx Lily. HEX triplet: C8, 88 and BA. RGB value is (200,136,186). Sum of RGB (Red+Green+Blue) = 200+136+186=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C888BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888BA is #377745. Grayscale: #A0A0A0. Windows color (decimal): -3635014 or 12224712. OLE color: 12224712.

HSL color Cylindrical-coordinate representation of color #C888BA: hue angle of 313.12º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C888BA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200136186-
CMYK00.320.070.22
HSL313.12º36.78%65.88%-
HSV(B)313.12º32%78.43%-
XYZ41.4933.4350.72-
YUV160.84142.2155.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=38.31%
G=26.05%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013618600.320.070.22313.1236.7865.88
HexC888BA0207161392542
Octal31021027204072647145102
Binary1100100010001000101110100100000111101101001110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C888BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C888BA; }

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

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

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

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

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

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

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

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