#C896AF

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

Shades of Lily #C896AF

Tints of Lily #C896AF

Color information

#C896AF (or 0xC896AF) is unknown color: approx Lily. HEX triplet: C8, 96 and AF. RGB value is (200,150,175). Sum of RGB (Red+Green+Blue) = 200+150+175=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C896AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896AF is #376950. Grayscale: #A7A7A7. Windows color (decimal): -3631441 or 11507400. OLE color: 11507400.

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

Color convert

RGB200150175-
CMYK00.250.120.22
HSL330º31.25%68.63%-
HSV(B)330º25%78.43%-
XYZ42.4637.1945.5-
YUV167.8132.06150.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=38.10%
G=28.57%
B=33.33%

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
Decimal20015017500.250.120.2233031.2568.63
HexC896AF019C1614a1f45
Octal310226257031142651237105
Binary110010001001011010101111011001110010110101001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896AF; }

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

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

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

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

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

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

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

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