#C5A1BD

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

Shades of Lily #C5A1BD

Tints of Lily #C5A1BD

Color information

#C5A1BD (or 0xC5A1BD) is unknown color: approx Lily. HEX triplet: C5, A1 and BD. RGB value is (197,161,189). Sum of RGB (Red+Green+Blue) = 197+161+189=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1BD is #3A5E42. Grayscale: #AEAEAE. Windows color (decimal): -3825219 or 12427717. OLE color: 12427717.

HSL color Cylindrical-coordinate representation of color #C5A1BD: hue angle of 313.33º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A1BD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197161189-
CMYK00.180.040.23
HSL313.33º23.68%70.2%-
HSV(B)313.33º18.27%77.25%-
XYZ44.9641.0353.7-
YUV174.96135.93143.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=36.01%
G=29.43%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716118900.180.040.23313.3323.6870.2
HexC5A1BD0124171391846
Octal30524127502242747130106
Binary11000101101000011011110101001010010111100111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A1BD; }

 p { color: rgb(197,161,189); }

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

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

 a { background-color: rgb(197,161,189); }

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

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

 span { border-color: rgb(197,161,189); }

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