Html Css Color HEX #C1A1BC Lilac

📋 copy color: '#C1A1BC'

red 193 ◦ green 161 ◦ blue 188

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

Shades of Lilac #C1A1BC

Tints of Lilac #C1A1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 35.61%
G = 29.7%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C1A1BC (or 0xC1A1BC) is known color: Lilac. HEX triplet: C1, A1 and BC. RGB value is (193,161,188). Sum of RGB (Red+Green+Blue) = 193+161+188=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1BC is #3E5E43. Grayscale: #ADADAD. Windows color (decimal): -4087364 or 12362177. OLE color: 12362177.

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

Color convert

RGB 193 161 188 -
CMYK 0 0.17 0.03 0.24
HSL 309.38º 0.21% 0.69% -
HSV(B) 309.38º 0.17% 0.76% -
XYZ 43.81 40.46 53.08 -
YUV 173.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 193 161 188 0 0.17 0.03 0.24 309.38 0.21 0.69
Hex C1 A1 BC 0 11 3 18 135 15 45
Octal 301 241 274 0 21 3 30 465 25 105
Binary 11000001 10100001 10111100 0 10001 11 11000 100110101 10101 1000101

Color Harmonies of #C1A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A1BC

Black with #C1A1BC

Text Example


Text Example

White with #C1A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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