#C096AB

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

Shades of Lily #C096AB

Tints of Lily #C096AB

Color information

#C096AB (or 0xC096AB) is unknown color: approx Lily. HEX triplet: C0, 96 and AB. RGB value is (192,150,171). Sum of RGB (Red+Green+Blue) = 192+150+171=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AB is #3F6954. Grayscale: #A4A4A4. Windows color (decimal): -4155733 or 11245248. OLE color: 11245248.

HSL color Cylindrical-coordinate representation of color #C096AB: hue angle of 330º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C096AB is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192150171-
CMYK00.220.110.25
HSL330º25%67.06%-
HSV(B)330º21.88%75.29%-
XYZ4035.9643.36-
YUV164.95131.41147.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=37.43%
G=29.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215017100.220.110.253302567.06
HexC096AB016B1914a1943
Octal300226253026133151231103
Binary110000001001011010101011010110101111001101001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096AB; }

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

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

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

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

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

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

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

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