#C3A5B5

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

Shades of Lily #C3A5B5

Tints of Lily #C3A5B5

Color information

#C3A5B5 (or 0xC3A5B5) is unknown color: approx Lily. HEX triplet: C3, A5 and B5. RGB value is (195,165,181). Sum of RGB (Red+Green+Blue) = 195+165+181=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5B5 is #3C5A4A. Grayscale: #AFAFAF. Windows color (decimal): -3955275 or 11904451. OLE color: 11904451.

HSL color Cylindrical-coordinate representation of color #C3A5B5: hue angle of 328º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A5B5 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195165181-
CMYK00.150.070.24
HSL328º20%70.59%-
HSV(B)328º15.38%76.47%-
XYZ44.341.8549.46-
YUV175.79130.94141.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=36.04%
G=30.50%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516518100.150.070.243282070.59
HexC3A5B50F7181481447
Octal30324526501773051024107
Binary1100001110100101101101010111111111000101001000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5B5; }

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

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

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

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

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

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

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

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