#C896B0

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

Shades of Lily #C896B0

Tints of Lily #C896B0

Color information

#C896B0 (or 0xC896B0) is unknown color: approx Lily. HEX triplet: C8, 96 and B0. RGB value is (200,150,176). Sum of RGB (Red+Green+Blue) = 200+150+176=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C896B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896B0 is #37694F. Grayscale: #A7A7A7. Windows color (decimal): -3631440 or 11572936. OLE color: 11572936.

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

Color convert

RGB200150176-
CMYK00.250.120.22
HSL328.8º31.25%68.63%-
HSV(B)328.8º25%78.43%-
XYZ42.5637.2346.02-
YUV167.91132.56150.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=38.02%
G=28.52%
B=33.46%

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
Decimal20015017600.250.120.22328.831.2568.63
HexC896B0019C161491f45
Octal310226260031142651137105
Binary110010001001011010110000011001110010110101001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896B0; }

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

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

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

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

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

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

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

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