#C396B5

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

Shades of Lily #C396B5

Tints of Lily #C396B5

Color information

#C396B5 (or 0xC396B5) is unknown color: approx Lily. HEX triplet: C3, 96 and B5. RGB value is (195,150,181). Sum of RGB (Red+Green+Blue) = 195+150+181=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C396B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396B5 is #3C694A. Grayscale: #A6A6A6. Windows color (decimal): -3959115 or 11900611. OLE color: 11900611.

HSL color Cylindrical-coordinate representation of color #C396B5: hue angle of 318.67º 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 #C396B5 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195150181-
CMYK00.230.070.24
HSL318.67º27.27%67.65%-
HSV(B)318.67º23.08%76.47%-
XYZ41.7536.7548.61-
YUV166.99135.91147.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=37.07%
G=28.52%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515018100.230.070.24318.6727.2767.65
HexC396B501771813f1b44
Octal30322626502773047733104
Binary11000011100101101011010101011111111000100111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396B5; }

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

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

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

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

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

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

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

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