Html Css Color HEX #C5A1BD Lily

📋 copy color: '#C5A1BD'

red 197 ◦ green 161 ◦ blue 189

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

Shades of Lily #C5A1BD

Tints of Lily #C5A1BD

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 value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5A1BD (or 0xC5A1BD) is known color: 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

RGB 197 161 189 -
CMYK 0 0.18 0.04 0.23
HSL 313.33º 0.24% 0.7% -
HSV(B) 313.33º 0.18% 0.77% -
XYZ 44.96 41.03 53.7 -
YUV 174.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 197 161 189 0 0.18 0.04 0.23 313.33 0.24 0.7
Hex C5 A1 BD 0 12 4 17 139 18 46
Octal 305 241 275 0 22 4 27 471 30 106
Binary 11000101 10100001 10111101 0 10010 100 10111 100111001 11000 1000110

Color Harmonies of #C5A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1BD

Black with #C5A1BD

Text Example


Text Example

White with #C5A1BD

Text Example


Text Example

HTML Codes & Css Web 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>