#C896AB

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

Shades of Lily #C896AB

Tints of Lily #C896AB

Color information

#C896AB (or 0xC896AB) is unknown color: approx Lily. HEX triplet: C8, 96 and AB. RGB value is (200,150,171). Sum of RGB (Red+Green+Blue) = 200+150+171=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C896AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896AB is #376954. Grayscale: #A7A7A7. Windows color (decimal): -3631445 or 11245256. OLE color: 11245256.

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

Color convert

RGB200150171-
CMYK00.250.140.22
HSL334.8º31.25%68.63%-
HSV(B)334.8º25%78.43%-
XYZ42.0837.0343.46-
YUV167.34130.06151.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=38.39%
G=28.79%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015017100.250.140.22334.831.2568.63
HexC896AB019E1614f1f45
Octal310226253031162651737105
Binary110010001001011010101011011001111010110101001111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896AB; }

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

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

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

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

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

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

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

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