Html Css Color HEX #C1A1AD Lily

📋 copy color: '#C1A1AD'

red 193 ◦ green 161 ◦ blue 173

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

Shades of Lily #C1A1AD

Tints of Lily #C1A1AD

RGB

 RED value IS 193 (75.78% from 255) = 36.62%

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

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 36.62%
G = 30.55%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C1A1AD (or 0xC1A1AD) is known color: Lily. HEX triplet: C1, A1 and AD. RGB value is (193,161,173). Sum of RGB (Red+Green+Blue) = 193+161+173=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A1AD is #3E5E52. Grayscale: #ABABAB. Windows color (decimal): -4087379 or 11379137. OLE color: 11379137.

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

Color convert

RGB 193 161 173 -
CMYK 0 0.17 0.10 0.24
HSL 337.5º 0.21% 0.69% -
HSV(B) 337.5º 0.17% 0.76% -
XYZ 42.28 39.84 45 -
YUV 171.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 193 161 173 0 0.17 0.10 0.24 337.5 0.21 0.69
Hex C1 A1 AD 0 11 A 18 152 15 45
Octal 301 241 255 0 21 12 30 522 25 105
Binary 11000001 10100001 10101101 0 10001 1010 11000 101010010 10101 1000101

Color Harmonies of #C1A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A1AD

Black with #C1A1AD

Text Example


Text Example

White with #C1A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A1AD; }

 p { color: rgb(193,161,173); }

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

background-color css

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

 a { background-color: rgb(193,161,173); }

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

border-color css

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

 span { border-color: rgb(193,161,173); }

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