#C39BAB

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

Shades of Lily #C39BAB

Tints of Lily #C39BAB

Color information

#C39BAB (or 0xC39BAB) is unknown color: approx Lily. HEX triplet: C3, 9B and AB. RGB value is (195,155,171). Sum of RGB (Red+Green+Blue) = 195+155+171=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BAB is #3C6454. Grayscale: #A8A8A8. Windows color (decimal): -3957845 or 11246531. OLE color: 11246531.

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

Color convert

RGB195155171-
CMYK00.210.120.24
HSL336º25%68.63%-
HSV(B)336º20.51%76.47%-
XYZ41.5837.9943.67-
YUV168.78129.25146.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=37.43%
G=29.75%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515517100.210.120.243362568.63
HexC39BAB015C181501945
Octal303233253025143052031105
Binary110000111001101110101011010101110011000101010000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39BAB; }

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

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

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

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

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

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

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

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