#C896BC

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

Shades of Lily #C896BC

Tints of Lily #C896BC

Color information

#C896BC (or 0xC896BC) is unknown color: approx Lily. HEX triplet: C8, 96 and BC. RGB value is (200,150,188). Sum of RGB (Red+Green+Blue) = 200+150+188=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C896BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896BC is #376943. Grayscale: #A9A9A9. Windows color (decimal): -3631428 or 12359368. OLE color: 12359368.

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

Color convert

RGB200150188-
CMYK00.250.060.22
HSL314.4º31.25%68.63%-
HSV(B)314.4º25%78.43%-
XYZ43.837.7252.55-
YUV169.28138.56149.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=37.17%
G=27.88%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015018800.250.060.22314.431.2568.63
HexC896BC01961613a1f45
Octal31022627403162647237105
Binary11001000100101101011110001100111010110100111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896BC; }

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

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

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

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

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

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

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

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