#C399B1

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

Shades of Lily #C399B1

Tints of Lily #C399B1

Color information

#C399B1 (or 0xC399B1) is unknown color: approx Lily. HEX triplet: C3, 99 and B1. RGB value is (195,153,177). Sum of RGB (Red+Green+Blue) = 195+153+177=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399B1 is #3C664E. Grayscale: #A8A8A8. Windows color (decimal): -3958351 or 11639235. OLE color: 11639235.

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

Color convert

RGB195153177-
CMYK00.220.090.24
HSL325.71º25.93%68.24%-
HSV(B)325.71º21.54%76.47%-
XYZ41.8337.5646.64-
YUV168.29132.91147.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=37.14%
G=29.14%
B=33.71%

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
Decimal19515317700.220.090.24325.7125.9368.24
HexC399B10169181461a44
Octal303231261026113050632104
Binary110000111001100110110001010110100111000101000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399B1; }

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

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

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

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

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

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

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

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