#C396AB

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

Shades of Lily #C396AB

Tints of Lily #C396AB

Color information

#C396AB (or 0xC396AB) is unknown color: approx Lily. HEX triplet: C3, 96 and AB. RGB value is (195,150,171). Sum of RGB (Red+Green+Blue) = 195+150+171=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C396AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396AB is #3C6954. Grayscale: #A5A5A5. Windows color (decimal): -3959125 or 11245251. OLE color: 11245251.

HSL color Cylindrical-coordinate representation of color #C396AB: hue angle of 332º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C396AB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195150171-
CMYK00.230.120.24
HSL332º27.27%67.65%-
HSV(B)332º23.08%76.47%-
XYZ40.7636.3643.4-
YUV165.85130.91148.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=37.79%
G=29.07%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515017100.230.120.2433227.2767.65
HexC396AB017C1814c1b44
Octal303226253027143051433104
Binary110000111001011010101011010111110011000101001100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396AB; }

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

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

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

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

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

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

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

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