#C3A5B9

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

Shades of Lily #C3A5B9

Tints of Lily #C3A5B9

Color information

#C3A5B9 (or 0xC3A5B9) is unknown color: approx Lily. HEX triplet: C3, A5 and B9. RGB value is (195,165,185). Sum of RGB (Red+Green+Blue) = 195+165+185=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5B9 is #3C5A46. Grayscale: #B0B0B0. Windows color (decimal): -3955271 or 12166595. OLE color: 12166595.

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

Color convert

RGB195165185-
CMYK00.150.050.24
HSL320º20%70.59%-
HSV(B)320º15.38%76.47%-
XYZ44.7242.0251.65-
YUV176.25132.94141.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=35.78%
G=30.28%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516518500.150.050.243202070.59
HexC3A5B90F5181401447
Octal30324527101753050024107
Binary1100001110100101101110010111110111000101000000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5B9; }

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

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

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

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

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

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

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

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