#C39BBA

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

Shades of Lily #C39BBA

Tints of Lily #C39BBA

Color information

#C39BBA (or 0xC39BBA) is unknown color: approx Lily. HEX triplet: C3, 9B and BA. RGB value is (195,155,186). Sum of RGB (Red+Green+Blue) = 195+155+186=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BBA is #3C6445. Grayscale: #AAAAAA. Windows color (decimal): -3957830 or 12229571. OLE color: 12229571.

HSL color Cylindrical-coordinate representation of color #C39BBA: hue angle of 313.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39BBA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195155186-
CMYK00.210.050.24
HSL313.5º25%68.63%-
HSV(B)313.5º20.51%76.47%-
XYZ43.0938.5951.63-
YUV170.49136.75145.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=36.38%
G=28.92%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515518600.210.050.24313.52568.63
HexC39BBA01551813a1945
Octal30323327202553047231105
Binary11000011100110111011101001010110111000100111010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39BBA; }

 p { color: rgb(195,155,186); }

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

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

 a { background-color: rgb(195,155,186); }

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

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

 span { border-color: rgb(195,155,186); }

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