#C399AF

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

Shades of Lily #C399AF

Tints of Lily #C399AF

Color information

#C399AF (or 0xC399AF) is unknown color: approx Lily. HEX triplet: C3, 99 and AF. RGB value is (195,153,175). Sum of RGB (Red+Green+Blue) = 195+153+175=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C399AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399AF is #3C6650. Grayscale: #A8A8A8. Windows color (decimal): -3958353 or 11508163. OLE color: 11508163.

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

Color convert

RGB195153175-
CMYK00.220.100.24
HSL328.57º25.93%68.24%-
HSV(B)328.57º21.54%76.47%-
XYZ41.6337.4845.6-
YUV168.07131.91147.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=37.28%
G=29.25%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515317500.220.100.24328.5725.9368.24
HexC399AF016A181491a44
Octal303231257026123051132104
Binary110000111001100110101111010110101011000101001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399AF; }

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

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

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

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

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

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

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

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