#C39FB0

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

Shades of Lily #C39FB0

Tints of Lily #C39FB0

Color information

#C39FB0 (or 0xC39FB0) is unknown color: approx Lily. HEX triplet: C3, 9F and B0. RGB value is (195,159,176). Sum of RGB (Red+Green+Blue) = 195+159+176=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C39FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39FB0 is #3C604F. Grayscale: #ABABAB. Windows color (decimal): -3956816 or 11575235. OLE color: 11575235.

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

Color convert

RGB195159176-
CMYK00.180.100.24
HSL331.67º23.08%69.41%-
HSV(B)331.67º18.46%76.47%-
XYZ42.7439.5346.45-
YUV171.7130.43144.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=36.79%
G=30%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515917600.180.100.24331.6723.0869.41
HexC39FB0012A1814c1745
Octal303237260022123051427105
Binary110000111001111110110000010010101011000101001100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39FB0; }

 p { color: rgb(195,159,176); }

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

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

 a { background-color: rgb(195,159,176); }

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

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

 span { border-color: rgb(195,159,176); }

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