#C399BA

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

Shades of Lily #C399BA

Tints of Lily #C399BA

Color information

#C399BA (or 0xC399BA) is unknown color: approx Lily. HEX triplet: C3, 99 and BA. RGB value is (195,153,186). Sum of RGB (Red+Green+Blue) = 195+153+186=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C399BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399BA is #3C6645. Grayscale: #A9A9A9. Windows color (decimal): -3958342 or 12229059. OLE color: 12229059.

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

Color convert

RGB195153186-
CMYK00.220.050.24
HSL312.86º25.93%68.24%-
HSV(B)312.86º21.54%76.47%-
XYZ42.7637.9351.52-
YUV169.32137.41146.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=36.52%
G=28.65%
B=34.83%

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
Decimal19515318600.220.050.24312.8625.9368.24
HexC399BA0165181391a44
Octal30323127202653047132104
Binary11000011100110011011101001011010111000100111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399BA; }

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

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

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

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

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

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

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

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