Html Css Color HEX #C2A1B5 Lily

📋 copy color: '#C2A1B5'

red 194 ◦ green 161 ◦ blue 181

#C2A1B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C2A1B5

Tints of Lily #C2A1B5

RGB

 RED value IS 194 (76.17% from 255) = 36.19%

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 181 (71.09% from 255) = 33.77%

R = 36.19%
G = 30.04%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2A1B5 (or 0xC2A1B5) is known color: Lily. HEX triplet: C2, A1 and B5. RGB value is (194,161,181). Sum of RGB (Red+Green+Blue) = 194+161+181=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1B5 is #3D5E4A. Grayscale: #ADADAD. Windows color (decimal): -4021835 or 11903426. OLE color: 11903426.

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

Color convert

RGB 194 161 181 -
CMYK 0 0.17 0.07 0.24
HSL 323.64º 0.21% 0.7% -
HSV(B) 323.64º 0.17% 0.76% -
XYZ 43.33 40.3 49.21 -
YUV 173.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 194 161 181 0 0.17 0.07 0.24 323.64 0.21 0.7
Hex C2 A1 B5 0 11 7 18 144 15 46
Octal 302 241 265 0 21 7 30 504 25 106
Binary 11000010 10100001 10110101 0 10001 111 11000 101000100 10101 1000110

Color Harmonies of #C2A1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A1B5

Black with #C2A1B5

Text Example


Text Example

White with #C2A1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A1B5; }

 p { color: rgb(194,161,181); }

 H1.HeaderClassName
 {
   color: #C2A1B5;
 }
 .AnyTagClassName
 {
   color: #C2A1B5;
 }
</style>

background-color css

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

 a { background-color: rgb(194,161,181); }

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

border-color css

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

 span { border-color: rgb(194,161,181); }

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