Html Css Color HEX #C1A5BF Lilac

📋 copy color: '#C1A5BF'

red 193 ◦ green 165 ◦ blue 191

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

Shades of Lilac #C1A5BF

Tints of Lilac #C1A5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.05%

 BLUE value IS 191 (75% from 255) = 34.79%

R = 35.15%
G = 30.05%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C1A5BF (or 0xC1A5BF) is known color: Lilac. HEX triplet: C1, A5 and BF. RGB value is (193,165,191). Sum of RGB (Red+Green+Blue) = 193+165+191=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A5BF is #3E5A40. Grayscale: #B0B0B0. Windows color (decimal): -4086337 or 12559809. OLE color: 12559809.

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

Color convert

RGB 193 165 191 -
CMYK 0 0.15 0.01 0.24
HSL 304.29º 0.18% 0.7% -
HSV(B) 304.29º 0.15% 0.76% -
XYZ 44.85 42.01 55.03 -
YUV 176.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 193 165 191 0 0.15 0.01 0.24 304.29 0.18 0.7
Hex C1 A5 BF 0 F 1 18 130 12 46
Octal 301 245 277 0 17 1 30 460 22 106
Binary 11000001 10100101 10111111 0 1111 1 11000 100110000 10010 1000110

Color Harmonies of #C1A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A5BF

Black with #C1A5BF

Text Example


Text Example

White with #C1A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A5BF; }

 p { color: rgb(193,165,191); }

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

background-color css

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

 a { background-color: rgb(193,165,191); }

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

border-color css

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

 span { border-color: rgb(193,165,191); }

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