#C888B9

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

Shades of Lily #C888B9

Tints of Lily #C888B9

Color information

#C888B9 (or 0xC888B9) is unknown color: approx Lily. HEX triplet: C8, 88 and B9. RGB value is (200,136,185). Sum of RGB (Red+Green+Blue) = 200+136+185=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C888B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888B9 is #377746. Grayscale: #A0A0A0. Windows color (decimal): -3635015 or 12159176. OLE color: 12159176.

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

Color convert

RGB200136185-
CMYK00.320.080.22
HSL314.06º36.78%65.88%-
HSV(B)314.06º32%78.43%-
XYZ41.3833.3950.16-
YUV160.72141.7156.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=38.39%
G=26.10%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013618500.320.080.22314.0636.7865.88
HexC888B902081613a2542
Octal310210271040102647245102
Binary11001000100010001011100101000001000101101001110101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C888B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C888B9; }

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

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

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

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

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

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

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

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