#C1A2B4

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

Shades of Lily #C1A2B4

Tints of Lily #C1A2B4

Color information

#C1A2B4 (or 0xC1A2B4) is unknown color: approx Lily. HEX triplet: C1, A2 and B4. RGB value is (193,162,180). Sum of RGB (Red+Green+Blue) = 193+162+180=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A2B4 is #3E5D4B. Grayscale: #ADADAD. Windows color (decimal): -4087116 or 11838145. OLE color: 11838145.

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

Color convert

RGB193162180-
CMYK00.160.070.24
HSL325.16º20%69.61%-
HSV(B)325.16º16.06%75.69%-
XYZ43.1540.4748.72-
YUV173.32131.77142.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=36.07%
G=30.28%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316218000.160.070.24325.162069.61
HexC1A2B40107181451446
Octal30124226402073050524106
Binary11000001101000101011010001000011111000101000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2B4; }

 p { color: rgb(193,162,180); }

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

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

 a { background-color: rgb(193,162,180); }

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

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

 span { border-color: rgb(193,162,180); }

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