#C399B7

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

Shades of Lily #C399B7

Tints of Lily #C399B7

Color information

#C399B7 (or 0xC399B7) is unknown color: approx Lily. HEX triplet: C3, 99 and B7. RGB value is (195,153,183). Sum of RGB (Red+Green+Blue) = 195+153+183=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399B7 is #3C6648. Grayscale: #A8A8A8. Windows color (decimal): -3958345 or 12032451. OLE color: 12032451.

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

Color convert

RGB195153183-
CMYK00.220.060.24
HSL317.14º25.93%68.24%-
HSV(B)317.14º21.54%76.47%-
XYZ42.4437.849.86-
YUV168.98135.91146.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=36.72%
G=28.81%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515318300.220.060.24317.1425.9368.24
HexC399B701661813d1a44
Octal30323126702663047532104
Binary11000011100110011011011101011011011000100111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399B7; }

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

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

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

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

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

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

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

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