#C399B5

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

Shades of Lily #C399B5

Tints of Lily #C399B5

Color information

#C399B5 (or 0xC399B5) is unknown color: approx Lily. HEX triplet: C3, 99 and B5. RGB value is (195,153,181). Sum of RGB (Red+Green+Blue) = 195+153+181=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399B5 is #3C664A. Grayscale: #A8A8A8. Windows color (decimal): -3958347 or 11901379. OLE color: 11901379.

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

Color convert

RGB195153181-
CMYK00.220.070.24
HSL320º25.93%68.24%-
HSV(B)320º21.54%76.47%-
XYZ42.2437.7248.77-
YUV168.75134.91146.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=36.86%
G=28.92%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515318100.220.070.2432025.9368.24
HexC399B50167181401a44
Octal30323126502673050032104
Binary11000011100110011011010101011011111000101000000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399B5; }

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

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

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

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

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

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

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

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