#C1A2B7

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

Shades of Lily #C1A2B7

Tints of Lily #C1A2B7

Color information

#C1A2B7 (or 0xC1A2B7) is unknown color: approx Lily. HEX triplet: C1, A2 and B7. RGB value is (193,162,183). Sum of RGB (Red+Green+Blue) = 193+162+183=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A2B7 is #3E5D48. Grayscale: #ADADAD. Windows color (decimal): -4087113 or 12034753. OLE color: 12034753.

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

Color convert

RGB193162183-
CMYK00.160.050.24
HSL319.35º20%69.61%-
HSV(B)319.35º16.06%75.69%-
XYZ43.4640.650.35-
YUV173.66133.27141.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=35.87%
G=30.11%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316218300.160.050.24319.352069.61
HexC1A2B701051813f1446
Octal30124226702053047724106
Binary11000001101000101011011101000010111000100111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2B7; }

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

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

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

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

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

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

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

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