Html Css Color HEX #C1A1BE Lilac

📋 copy color: '#C1A1BE'

red 193 ◦ green 161 ◦ blue 190

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

Shades of Lilac #C1A1BE

Tints of Lilac #C1A1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 35.48%
G = 29.6%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1A1BE (or 0xC1A1BE) is known color: Lilac. HEX triplet: C1, A1 and BE. RGB value is (193,161,190). Sum of RGB (Red+Green+Blue) = 193+161+190=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1BE is #3E5E41. Grayscale: #ADADAD. Windows color (decimal): -4087362 or 12493249. OLE color: 12493249.

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

Color convert

RGB 193 161 190 -
CMYK 0 0.17 0.02 0.24
HSL 305.63º 0.21% 0.69% -
HSV(B) 305.63º 0.17% 0.76% -
XYZ 44.03 40.54 54.22 -
YUV 173.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 193 161 190 0 0.17 0.02 0.24 305.63 0.21 0.69
Hex C1 A1 BE 0 11 2 18 132 15 45
Octal 301 241 276 0 21 2 30 462 25 105
Binary 11000001 10100001 10111110 0 10001 10 11000 100110010 10101 1000101

Color Harmonies of #C1A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A1BE

Black with #C1A1BE

Text Example


Text Example

White with #C1A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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