#C399B9

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

Shades of Lily #C399B9

Tints of Lily #C399B9

Color information

#C399B9 (or 0xC399B9) is unknown color: approx Lily. HEX triplet: C3, 99 and B9. RGB value is (195,153,185). Sum of RGB (Red+Green+Blue) = 195+153+185=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399B9 is #3C6646. Grayscale: #A9A9A9. Windows color (decimal): -3958343 or 12163523. OLE color: 12163523.

HSL color Cylindrical-coordinate representation of color #C399B9: hue angle of 314.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 #C399B9 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195153185-
CMYK00.220.050.24
HSL314.29º25.93%68.24%-
HSV(B)314.29º21.54%76.47%-
XYZ42.6537.8950.96-
YUV169.21136.91146.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=36.59%
G=28.71%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515318500.220.050.24314.2925.9368.24
HexC399B901651813a1a44
Octal30323127102653047232104
Binary11000011100110011011100101011010111000100111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399B9; }

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

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

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

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

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

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

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

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