#C896B1

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

Shades of Lily #C896B1

Tints of Lily #C896B1

Color information

#C896B1 (or 0xC896B1) is unknown color: approx Lily. HEX triplet: C8, 96 and B1. RGB value is (200,150,177). Sum of RGB (Red+Green+Blue) = 200+150+177=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C896B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896B1 is #37694E. Grayscale: #A7A7A7. Windows color (decimal): -3631439 or 11638472. OLE color: 11638472.

HSL color Cylindrical-coordinate representation of color #C896B1: hue angle of 327.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896B1 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200150177-
CMYK00.250.120.22
HSL327.6º31.25%68.63%-
HSV(B)327.6º25%78.43%-
XYZ42.6637.2746.54-
YUV168.03133.06150.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=37.95%
G=28.46%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015017700.250.120.22327.631.2568.63
HexC896B1019C161481f45
Octal310226261031142651037105
Binary110010001001011010110001011001110010110101001000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896B1; }

 p { color: rgb(200,150,177); }

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

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

 a { background-color: rgb(200,150,177); }

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

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

 span { border-color: rgb(200,150,177); }

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