#C399B2

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

Shades of Lily #C399B2

Tints of Lily #C399B2

Color information

#C399B2 (or 0xC399B2) is unknown color: approx Lily. HEX triplet: C3, 99 and B2. RGB value is (195,153,178). Sum of RGB (Red+Green+Blue) = 195+153+178=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399B2 is #3C664D. Grayscale: #A8A8A8. Windows color (decimal): -3958350 or 11704771. OLE color: 11704771.

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

Color convert

RGB195153178-
CMYK00.220.090.24
HSL324.29º25.93%68.24%-
HSV(B)324.29º21.54%76.47%-
XYZ41.9337.647.17-
YUV168.41133.41146.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=37.07%
G=29.09%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515317800.220.090.24324.2925.9368.24
HexC399B20169181441a44
Octal303231262026113050432104
Binary110000111001100110110010010110100111000101000100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399B2; }

 p { color: rgb(195,153,178); }

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

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

 a { background-color: rgb(195,153,178); }

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

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

 span { border-color: rgb(195,153,178); }

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